soaplib

Soaplib is an easy to use python library written at Optio Software, Inc. for writing and calling soap web services. Webservices written with soaplib are simple, lightweight, work well with other SOAP implementations, and can be deployed as WSGI applications. Documentation for soaplib can be found here.

Features

  • simple syntax for writing services
  • comes with client and server built in
  • on-demand WSDL generation
  • plays well with other SOAP implementations
  • services can be deployed as WSGI applications
  • easily expose complex data structures
  • extensible Message API

Installation Using 'easy_install'

 easy_install soaplib

Subversion Access

To check out the latest development version

 svn co https://svn.optio.webfactional.com/soaplib/trunk soaplib

For questions or comments, please send an email to the soaplib mailing list soapliboptio@googlegroups.com

Attachments