python-zeep
python-zeep copied to clipboard
Support WS Addressing address that is different than the binding address
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.