Python Forum

Full Version: SOAP based webservice invoke
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all

I have project to do which include invoking a web service and some values return to my python code.
the company which provided the API claims that their API is SOAP based ,
actually I recently started studying python for this particular project.
NOW I need guidance on how can I invoke their API , which obviously returns XML output of some sort , and
manage the output in my own code.
I am using python 3.7
For SOAP I would suggest using zeep - https://python-zeep.readthedocs.io/en/master/ .
Docs are pretty clear but if you'll need some further assistance, ask! :)