3
votes
How can I consume a WSDL (SOAP) web service in Python?
Right now, all the SOAP libraries available for python suck. I recommend avoiding SOAP if possible. The last time we where forced to use a SOAP web service from python, we wrote a wrapper in C# tha …
