mvantellingen / python-zeep

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

Allow Ws Addressing plugin to use a different URL address than the binding address #1328

Closed eblis closed 1 year ago

eblis commented 1 year ago

Allow Ws Addressing plugin to use a different URL address than the binding address.

Some SOAP services require you to connect to a gateway server but specify your actual URL in the addressing part.

With this change you can override the binding address if you want to, but by default it will use the same address.