Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #82633

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

Date 2014-12-18 13:38 +0200
From Burak Arslan <burak.arslan@arskom.com.tr>
Subject Re: how to generate a wsdl file for a web service in python
References <d2108380-23b1-474b-bcad-1f7b59cbeacf@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.17029.1418903147.18130.python-list@python.org> (permalink)

Show all headers | View raw


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

best,
burak

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

how to generate a wsdl file for a web service in python brice DORA <road01@yahoo.fr> - 2014-12-18 01:58 -0800
  Re: how to generate a wsdl file for a web service in python Burak Arslan <burak.arslan@arskom.com.tr> - 2014-12-18 13:38 +0200
    Re: how to generate a wsdl file for a web service in python brice DORA <road01@yahoo.fr> - 2014-12-19 02:45 -0800
      Re: how to generate a wsdl file for a web service in python Burak Arslan <burak.arslan@arskom.com.tr> - 2014-12-21 14:31 +0200
        Re: how to generate a wsdl file for a web service in python brice DORA <road01@yahoo.fr> - 2014-12-24 01:23 -0800

csiph-web