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.