Hi, I'm trying to consume a SOAP web service using Python. So far I have found two libraries: SOAPpy and ZSI. Both of them rely on PyXML which is no longer maintained (and there is no build for 64bit Windows and the setup.py doesn't seem to know how to build it on Windows). Is there a live SOAP library for Python? I'm sort of surprised that a common standard like SOAP is not more actively supported in Python. I'm probably missing something?
Thanks, m -- http://mail.python.org/mailman/listinfo/python-list