show/hide this revision's text 3 Update soaplib URL.

Unfortunately, at the moment, I don't think there is a "best" Python SOAP library. Each of the mainstream ones available has its own pros and cons.

Older libraries:

  • SOAPy: Was the "best," but no longer maintained. Does not work on Python 2.5+
  • ZSI: Very painful to use, and development is slow. Has a module called "SOAPpy", which is different than SOAPy (above).

"Newer" libraries:

  • SUDS: Very Pythonic, and easy to create WSDL-consuming SOAP clients. Creating SOAP servers is a little bit more difficult.
  • soaplib: Creating servers is easy, creating clients a little bit more challenging.

Of the above, I've only used SUDS personally, and I liked it a lot.

show/hide this revision's text 2 added 69 characters in body; [made Community Wiki]

Unfortunately, at the moment, I don't think there is a "best" Python SOAP library. Each of the mainstream ones available has its own pros and cons.

Older libraries:

  • SOAPy: Was the "best," but no longer maintained. Does not work on Python 2.5+
  • ZSI: Very painful to use, and development is slow. Has a module called "SOAPpy", which is different than SOAPy (above).

"Newer" libraries:

  • SUDS: Very Pythonic, and easy to create WSDL-consuming SOAP clients. Creating SOAP servers is a little bit more difficult.
  • soaplib: Creating servers is easy, creating clients a little bit more challenging.

Of the above, I've only used SUDS personally, and I liked it a lot.

show/hide this revision's text 1

Unfortunately, at the moment, I don't think there is a "best" Python SOAP library. Each of the mainstream ones available has its own pros and cons.

Older libraries:

  • SOAPy: Was the "best," but no longer maintained. Does not work on Python 2.5+
  • ZSI: Very painful to use, and development is slow.

"Newer" libraries:

  • SUDS: Very Pythonic, and easy to create WSDL-consuming SOAP clients. Creating SOAP servers is a little bit more difficult.
  • soaplib: Creating servers is easy, creating clients a little bit more challenging.

Of the above, I've only used SUDS personally, and I liked it a lot.