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 s...@python.org for your soap-specific questions.

best,
burak

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to