vote up 1 vote down star

I need to connect to a SOAP API in Python. A quick google led me here. Awesome, I thought, that looks perfect. However SOAPpy doesn't work with any moderately recent version of Python, and even if I could fix that, it depends on PyXML, which seems to have dropped off the net.

So my question: what is the best library to use to connect to a SOAP API in Python? WSDL support would be awesome.

flag

1 Answer

vote up 3 vote down check

You will find answers here:

http://stackoverflow.com/questions/206154/whats-the-best-soap-client-library-for-python-and-where-is-the-documentation-fo

link|flag
oops, sorry about that. – defrex Mar 26 at 21:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.