Possible Duplicate:
What's the best SOAP client library for Python, and where is the documentation for it?
We've got lots of questions asking about SOAP support in Python, but none very recent.
What are some good SOAP libraries right now for python?
In my case, I'm using python 2.7 with Django, and I want to communicate with someone else's SOAP service (which as far as I know doesn't publish WSDL - they just provide XSD).
Promising projects include:
- SUDS - https://fedorahosted.org/suds/wiki/Documentation - Recommended elsewhere on Stackoverflow also.
- GenerateDS - http://pypi.python.org/pypi/generateDS/
- PyXB - http://pyxb.sourceforge.net/index.html