Tagged Questions

1
vote
1answer
265 views

Best SOAP library for Python

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 …