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

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!bcyclone02.am1.xlned.com!bcyclone02.am1.xlned.com!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <burak.arslan@arskom.com.tr>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.012
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'soap': 0.07; 'subject:file': 0.07; 'advance': 0.07; 'url:github': 0.09; 'python': 0.11; 'burak': 0.16; 'from:addr:arskom.com.tr': 0.16; 'from:addr:burak.arslan': 0.16; 'from:name:burak arslan': 0.16; 'message-id:@arskom.com.tr': 0.16; 'received:arskomhosting.com': 0.16; 'url:py': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'file.': 0.24; "i've": 0.25; 'header :In-Reply-To:1': 0.27; 'to:2**1': 0.27; 'concern': 0.31; 'file': 0.32; 'service,': 0.32; 'problem': 0.35; 'but': 0.35; 'subject:service': 0.36; 'hi,': 0.36; 'email addr:python.org': 0.37; 'project': 0.37; 'thank': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'future': 0.60; 'field.': 0.61; 'new': 0.61; 'developed': 0.63; 'charset:windows-1252': 0.65; 'url:master': 0.84; 'novice': 0.91
Date Thu, 18 Dec 2014 13:38:22 +0200
From Burak Arslan <burak.arslan@arskom.com.tr>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0
MIME-Version 1.0
To brice DORA <road01@yahoo.fr>, python-list@python.org
Subject Re: how to generate a wsdl file for a web service in python
References <d2108380-23b1-474b-bcad-1f7b59cbeacf@googlegroups.com>
In-Reply-To <d2108380-23b1-474b-bcad-1f7b59cbeacf@googlegroups.com>
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.17029.1418903147.18130.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1418903147 news.xs4all.nl 2975 [2001:888:2000:d::a6]:44959
X-Complaints-To abuse@xs4all.nl
X-Received-Bytes 3258
X-Received-Body-CRC 994286645
Xref csiph.com comp.lang.python:82633

Show key headers only | 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