| description | Simple WSDL generator for Python |
| owner | enrico.troeger@uvena.de |
| last change | Tue, 20 Oct 2009 19:29:32 +0000 |
| URL | git://repo.or.cz/pywsdlgen.git |
| http://repo.or.cz/r/pywsdlgen.git |
| Push URL | ssh://repo.or.cz/srv/git/pywsdlgen.git |
Content tags:
|
|
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.