mvantellingen / python-zeep

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

Is it possible to use a local wsdl file and then specify a custom remote url? #1233

Closed MastaG closed 3 years ago

MastaG commented 3 years ago

I was going through the documentation but couldn't find a straight answer. The developers basically send us the wsdl and xsd files. I can open them using: envClient = Client("file:///myfile.wsdl", transport = envtransport, settings = settings) But how do I specify the remote url to interface with?

MastaG commented 3 years ago

I figured it out :)

jcassee commented 3 years ago

Can you post your solution? I am looking for the same thing and this is the first search hit. :slightly_smiling_face:

trombone761229 commented 2 years ago

I am looking for the same question , Please help