Calling Web Services from Python

Robert Boyd robert.h.boyd at gmail.com
Mon Apr 10 17:00:13 EDT 2006


On 4/7/06, Ivan Zuzak <ivan.zuzak at fer.hr> wrote:
[snip]
> I need a package/tool that generates web service proxies that will do
> all the low-level HTTP work. (Someting like the WSDL.EXE tool in .NET
> Framework) The ZSI and SOAPy packages [1] that i found (should) have
> those functionalities but either have a bug (SOAPy) or either do not
> work for arbitrary web services (ZSI). I tried the ZSI wsdl2py script on
> a wsdl of one of my services, and the script crashes. I suppose the wsdl
> was "too hard" for the script to parse.

I've successfully used wsdl2py for very complex WSDLs and gotten
better results than with .Net's equivalent! Could you post the error
you got?

I don't know of other Python SOAP modules with WSDL support, sorry.

Rob


More information about the Python-list mailing list