How can I consume a WSDL (SOAP) web service in Python?

I would recommend that you have a look at SUDS

“Suds is a lightweight SOAP python client for consuming Web Services.”

Leave a Comment