views:

670

answers:

1

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.

+3  A: 

You will find answers here:

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

ChristopheD
oops, sorry about that.
defrex