Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat SOAP libraries exist for Python 3.x?
    text
    copied!<p>I searched the web for an existing and <strong>supported</strong> SOAP library for <strong>Python 3</strong>. (both client and server)</p> <p>Here the list of libraries I've found:</p> <p>Python 2:</p> <ul> <li><a href="http://docs.python-zeep.org/en/master/" rel="noreferrer">Zeep</a>: <strong>active and well documented</strong> in Python 2.7/3</li> <li><a href="http://soapy.sourceforge.net/" rel="noreferrer">SOAPy</a>: discontinued Python 2 project</li> <li><a href="http://pywebsvcs.sourceforge.net/" rel="noreferrer">ZSI</a>: discontinued Python 2 project</li> <li><a href="https://github.com/soaplib/soaplib" rel="noreferrer">soaplib</a>: discontinued Python 2 project</li> <li><a href="https://fedorahosted.org/suds/" rel="noreferrer">SUDS</a>: discontinued Python 2 project (no activity since 02/2012)</li> <li><a href="https://github.com/arskom/rpclib" rel="noreferrer">rpclib</a>: discontinued Python 2 project (no activity since 08/2012)</li> </ul> <p>Python 3:</p> <ul> <li><a href="http://docs.python-zeep.org/en/master/" rel="noreferrer">Zeep</a>: <strong>active and well documented</strong> Python 2/3 project</li> <li><a href="http://soapy.sourceforge.net/" rel="noreferrer">SOAPy</a>: discontinued Python 2 project</li> <li><a href="https://github.com/pysimplesoap/pysimplesoap" rel="noreferrer">pysimplesoap</a>: <strong>active</strong> Python 2/3 project</li> <li><a href="https://bitbucket.org/jurko/suds" rel="noreferrer">SUDS-jurko</a>: quite inactive. Python 2/3 project</li> <li><a href="https://launchpad.net/ladon" rel="noreferrer">ladon</a>: low activivty. but web services only</li> </ul> <p>Does this list seems complete to you? (FYI, I used this <a href="https://stackoverflow.com/questions/206154/whats-the-best-soap-client-library-for-python-and-where-is-the-documentation-f">post</a> as starting point (The purpose of that post was the same but for Python 2))</p> <p><strong><em>ladon</em></strong> seems to me the only existing framework for Python 3 but can AFAIK only be used for implementing the server side.</p> <p><strong>NO</strong>: I don't want to migrate one of the discontinued Python 2 projects myself. I am looking for a <em>supported</em> project with an active team providing help if needed.</p> <p><strong>Updated</strong> on 28/09/2013</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload