descriptionSimple WSDL generator for Python
ownerenrico.troeger@uvena.de
last changeTue, 20 Oct 2009 19:29:32 +0000 (20 21:29 +0200)
content tags
add:
readme
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.
shortlog
2009-10-20 Enrico TrögerProperly handle and replace wildcardsmaster
2009-10-20 Enrico TrögerKeep function arguments in order
2009-10-20 Enrico TrögerFix typos
2009-10-11 Enrico TrögerImport PyWsdlGen, a simple Python WSDL generator
heads
14 years ago master