0

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?

evadeflow
  • 4,704
  • 38
  • 51
Robin
  • 91
  • 1
  • 1
  • 2
  • 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 Answers1

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