Skip to content

baverman/dropthesoap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I had to write some SOAP web services but did not find any good tool.

  • soaplib/rpclib. Horrible (really horrible) schema. No any control on element order, meaningless wrappers and superfluous types.
  • ZSI. Petrified mammoth shit.
  • pyws. Suitable for simple tasks only.

So there is the DropTheSoap.

  • One-to-one mapping to XSD schema.
  • Simple type modeling. You have not to guess how inherit your classes. Simply write in XSD notation.
  • On-the-fly WSDL generation.

About

SOAP server and XSD/WSDL modeling framework for python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages