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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to