On 4/7/06, Ivan Zuzak <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to