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