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: 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 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 , python-list@python.org Subject: Re: how to generate a wsdl file for a web service in python References: In-Reply-To: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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