[Tutor] Python WSDL Generation Tools

Kent Johnson kent37 at tds.net
Mon Apr 21 12:14:13 CEST 2008


ryan d'mello wrote:
> Hi all,
>  
> I am using SOAPpy for generating web services .I have also written a 
> client in python for accessing that web service ,and it works fine.Now 
> when i try to make a java client to access the web service created in 
> python ,the java client ask me for a wsdl file which is not present .
>  
> So i want to know if there is any way in which i can generate the wsdl 
> file from existing python module.

I found this:
http://osdir.com/ml/python.pywebsvcs.general/2006-07/msg00015.html

I seems to require that you specify parameter types in the docstrings to 
the methods you expose.

Kent


More information about the Tutor mailing list