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

2014-12-24 Thread brice DORA
Le dimanche 21 décembre 2014 12:31:50 UTC, Burak Arslan a écrit : > On 12/19/14 12:45, brice DORA wrote: > > 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... > > No, all you need is there in that example. > > Y

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

2014-12-21 Thread Burak Arslan
On 12/19/14 12:45, brice DORA wrote: > 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... No, all you need is there in that example. You need to decorate your functions using Spyne's @rpc, denote input/output type

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

2014-12-19 Thread brice DORA
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,

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

2014-12-18 Thread Burak Arslan
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

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

2014-12-18 Thread brice DORA
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

Re: Web service in Python

2014-01-27 Thread dieter
yiitest...@gmail.com writes: > I installed rapidsms in local for send messages. The application tested with > local server. Now i would like to store the incoming messages in another > database via a php application. Means when a message received in rapidsms > (Django-Python) app, i want to cal

Web service in Python

2014-01-27 Thread yiitest123
I installed rapidsms in local for send messages. The application tested with local server. Now i would like to store the incoming messages in another database via a php application. Means when a message received in rapidsms (Django-Python) app, i want to call a php application function and store

Writing a Web Service in Python for MS Office Research Task Pane

2007-05-23 Thread Mickel Grönroos
Hi fellow pythoneers, I'm thinking about writing a simple web service for use in the "Research Task Pane" in Microsoft Office. There is a lot of C# and VB code samples out there and tutorials on how to do this in Visual Studio on Windows; however, I am interested in writing the