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