SOAP.py 0.9, what about wsdl creation?

Adam Elman aelman at eazel.com
Wed May 2 19:04:02 EDT 2001


Cayce Ullman wrote:

>> I'm looking for a Python tool to create wsdl files for use with MS's soap
> 
> behavoir in IE. I don't want to make those by hand. 
> SOAP.py does not support WSDL yet (coming soon, within the next 2 weeks).
> However, there exists a client implementation of SOAP called SOAPy
> (http://soapy.sourceforge.net by Alan Elman) that does support WSDL.


Note that my soap library doesn't do wsdl creation, it only does wsdl 
parsing so that you can call SOAP services from Python clients.

Adam





More information about the Python-list mailing list