What's the best SOAP client library for Python, and where is the documentation for it?
Posted
by blackrobot
on Stack Overflow
See other posts from Stack Overflow
or by blackrobot
Published on 2008-10-15T19:50:07Z
Indexed on
2010/03/18
3:31 UTC
Read the original article
Hit count: 302
I've never used SOAP before and I'm sort of new to Python. I'm doing this to get myself acquainted with both technologies. I've installed SOAPlib and I've tried to read their Client documentation, but I don't understand it too well. Is there anything else I can look into which is more suited for being a SOAP Client library for Python?
Edit: Just in case it helps, I'm using Python 2.6.
© Stack Overflow or respective owner