marceltschoppch / osa

A clone of the small but lovely SOAP library "osa" by Sergey A. Bozhenkov (https://bitbucket.org/sboz/osa/overview).
GNU Lesser General Public License v3.0
1 stars 0 forks source link

A small python library to consume SOAP services. It can process a WSDL documents and then use types and methods defined in that document.

This library is based on some ideas from: Scio - http://pypi.python.org/pypi/Scio/0.9.1 suds - https://fedorahosted.org/suds/ soaplib - https://github.com/soaplib/soaplib With many thanks to the contributors of those libraries.

To install do the usual:

python setup.py install