mvantellingen / python-zeep

A Python SOAP client
http://docs.python-zeep.org
Other
1.88k stars 578 forks source link

WsAddressingPlugin uses fixed namespace version 2005. Server expects version 2004 #1311

Open rlc61 opened 2 years ago

rlc61 commented 2 years ago

Hello,

Currently the WsAddressingPlugin uses a fixed reference to http://www.w3.org/2005/08/addressing from ns.py for the WSA namespace.

The server that implements the api expects the older version of the WSA namespace (http://schemas.xmlsoap.org/ws/2004/08/addressing) for services at https://service-test.swisspost.ch/Cert/ArchiveServices/DocServices.asmx?WSDL and reports an error.

It would be very helpful to be able to select or override the version.

Thanks and best regards