Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you specify the SOAP server URL in Python zeep

Tags:

python

soap

zeep

I'm using the Python zeep library but the documentation seems a bit thin. I'd like to be able to specify the URL of the SOAP server but at the moment I can only do this by hacking the WSDL file.

like image 797
Nick Keighley Avatar asked Aug 21 '26 22:08

Nick Keighley


1 Answers

I've just added this feature (https://github.com/mvantellingen/python-zeep/commit/08a757c35ad34defc401baea04b23ae889e2ee1a)

See the docs http://docs.python-zeep.org/en/latest/in-depth.html#overriding-the-default-endpoint-address

like image 182
mvantellingen Avatar answered Aug 24 '26 12:08

mvantellingen