Re: python soap web services

2006-05-13 Thread Butternut squash
Diez B. Roggisch wrote: > Butternut squash wrote: > >> Is there any reason why there isn't any python library that makes >> using soap as easy as how microsoft .net makes it. >> >> I mean I write rudimentary asmx files call them from a webbrowser. >> The WSDL is generated and then there is docum

Re: python soap web services

2006-05-12 Thread Diez B. Roggisch
Butternut squash wrote: > Is there any reason why there isn't any python library that makes > using soap as easy as how microsoft .net makes it. > > I mean I write rudimentary asmx files call them from a webbrowser. > The WSDL is generated and then there is documentation and a form to > invoke a

Re: python soap web services

2006-05-12 Thread Ravi Teja
> Is there any reason why there isn't any python library that makes > using soap as easy as how microsoft .net makes it. SOAP with Python is easy too in a different sort of way. I don't know about the equivalent for autogenerating WSDL bit as in .NET. #!/usr/bin/env python def hello(): return "