Some unrelated thoughts

?

Tag : wsdl

PyWsdlGen

PyWsdlGen is a little tool to generate a Web Services Description Language (WSDL) file from Python source files. It parses a given Python source file and reads all public methods defined in this file to generate a WSDL file to be used for example for SOAP services implemented in Python.

For more information please, check out the GIT repository, available at http://repo.or.cz/w/pywsdlgen.git.