Has anyone else been working with web services (mainly SOAP) and Python? It appears the two common libraries, SOAPPy and ZSI are both out of date and not well documented. Is there a better library that I can use to access web services with Python?
I don't believe that SOAP is especially popular in the Python world. Note that an XML-RPC library is included with Python, but a SOAP library is not. Most "web services" are likely done using REST.