how to generate a wsdl file for a web service in python

brice DORA road01 at yahoo.fr
Fri Dec 19 05:45:57 EST 2014


Le jeudi 18 décembre 2014 11:46:00 UTC, Burak Arslan a écrit :
> On 12/18/14 11:58, brice DORA wrote:
> > hi to all I am new to python and as part of my project I would like to create a SOAP web service. for now I've developed my python file with all the methods of my future web service, but my problem now is how to generate the wsdl file ... my concern may seem to move so bear with me because I am a novice in this field. thank you in advance
> 
> 
> Hi,
> 
> You can use Spyne to generate the wsdl file.
> 
> http://spyne.io/docs/2.10/manual/02_helloworld.html
> https://github.com/arskom/spyne/blob/master/examples/helloworld_soap.py
> 
> There's also soap at python.org for your soap-specific questions.
> 
> best,
> burak

okey thanks u but this example use a simple method then in my case i have already my python file which contains all methods of my web service. so do you give a example or tell me how i can do it... i want to create the web service and deploying it from my python file...thanks very much in advance




More information about the Python-list mailing list