T
tokibito
Suds is defacto python SOAP client, but it does not mainte recent few years. Why?
I want to use SOAP and Python3. How do it?
I want to use SOAP and Python3. How do it?
Suds is defacto python SOAP client, but it does not mainte recent few years. Why?
I want to use SOAP and Python3. How do it?
Is it really the defacto? It seems like I've heard more about
pysimplesoap, and looking at GitHub there have been commits in the
past 4 days.
In general, SOAP has been falling out of favor over the past half
decade at least because of its relative heaviness next to, e.g.
RESTful web services usually using JSON instead of XML. Way, way
simpler and more fun to do.
And from what I can tell without actually trying any of them,
pysimplesoap feels like the best option currently.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.