SoapClient

On a previous job I implemented a simple interface to call SOAP web services. In essence it was a web interface that was automatically created from the SOAP WSDL (Web Service Definition Language). I found this to be useful and thus lead to a basic but less complete re-implementation in Python.

Ideally it would be good to extend this project to add more features and add support for different web services other than SOAP.