mvantellingen / python-zeep

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

Support WS Addressing address that is different than the binding address #1329

Open eblis opened 1 year ago

eblis commented 1 year ago

Some SOAP endpoints require you to connect to one URL (binding URL) but specify another URL In the WS Addressing section (addressing URL). The current WS Addressing plugin doesn't support this scenario.

I've created pull request #1328 to support this.