You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I took a quick look at the spec for soap 1.2 and it is quite different, so offhand I would say that the feature is not supported currently. Support for processing soap 1.2 replies has been added recently in #96 and #99, @eshizhan could you share how you're sending messages that receive soap 1.2 replies?
Otherwise, you could probably modify suds to have those features/construct the XML manually.
I have a webservice which uses SOAP 1.2, but suds always creates a SOAP 1.1 message:
Can I configure suds to create a SOAP 1.2 compliant message or is this feature missing?
The WSDL is here: https://wsg.isceco.admin.ch/Livestock/AnimalTracingWSDL/3
The generated XML is this (SOAP 1.1):
But the XML to be sent should be this (SOAP 1.2):
The text was updated successfully, but these errors were encountered: