I've used the Zend framework in the past to create WSDL queries in PHP that perform some action, but now I need to handle WSDL queries in Python. Can somebody provide a short example of how to do this?
Asked
Active
Viewed 39 times
0
-
You can use the python suds lib to handle wsdl query's. https://webkul.com/blog/python-suds-client/ – Rakesh Dec 27 '17 at 11:08
-
Possible duplicate of [What SOAP client libraries exist for Python, and where is the documentation for them?](https://stackoverflow.com/questions/206154/what-soap-client-libraries-exist-for-python-and-where-is-the-documentation-for) – Jan Zerebecki Dec 27 '17 at 11:36
1 Answers
0
I think you have to check it on below url:
http://www.diveintopython.net/soap_web_services/index.html or http://docs.python-zeep.org/en/master/

Rawan-25
- 1,753
- 1
- 17
- 25