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
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
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,
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
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
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
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
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