Got SOAP?
I promise that I have Google'd and Bing'd and Lycos'd this question...
What is the most recent and actively supported Python package for SOAP/WSDL support? My initial needs are quite simple:
Any help is greatly appreciated.
Doug
P. S. Is it same to assume PyCharm doesn't support SOAP in the same manner as VS.NET does?
What is the most recent and actively supported Python package for SOAP/WSDL support? My initial needs are quite simple:
- call web service(s) that are based on SOAP
- consume the response (XML)
- parse into a JSON blob
- return that JSON blob to my client that's calling me via a REST API hosted on Flask
Any help is greatly appreciated.
Doug
P. S. Is it same to assume PyCharm doesn't support SOAP in the same manner as VS.NET does?
Please sign in to leave a comment.