Python Forum
SOAP based webservice invoke
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SOAP based webservice invoke
#1
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
Reply
#2
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! :)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python class doesn't invoke setter during __init__, not sure if's not supposed to? mtldvl 2 3,323 Dec-30-2021, 04:01 PM
Last Post: mtldvl
  How to invoke a function with return statement in list comprehension? maiya 4 2,820 Jul-17-2021, 04:30 PM
Last Post: maiya
  How do I reduce the time to Invoke Macro via Python? JaneTan 1 2,124 Dec-28-2020, 06:46 AM
Last Post: buran
  Zeep lib, encrypt soap body miha1234 0 2,839 Sep-12-2019, 07:52 AM
Last Post: miha1234
  Parsing Soap XML response grootkarzijn 7 15,545 Jun-14-2019, 01:30 AM
Last Post: snippsat
  How to retrieve and save attachments returned by SOAP web service ashwsrin 0 2,604 Feb-20-2019, 07:12 AM
Last Post: ashwsrin
  SOAP/XML input Help duguarun 0 2,473 Jun-08-2018, 10:20 AM
Last Post: duguarun
  extracting data from XML/SOAP hey_arnold 4 4,749 May-07-2018, 09:23 AM
Last Post: hey_arnold
  Soap json program rahul208in 5 3,854 Jan-11-2018, 05:28 PM
Last Post: nilamo
  invoke c++ shared library but the FILE fread() function always return 0 sansirokarl 1 2,977 Oct-17-2017, 04:21 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020