Calling Web Services from Python

John Salerno johnjsal at NOSPAMgmail.com
Fri Apr 7 13:08:18 EDT 2006


Ivan Zuzak wrote:

> 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).

You might want to read this, specifically 12.5 and 12.6 for WSDL:
http://diveintopython.org/soap_web_services/index.html

It uses SOAPpy, which may or may not be different than SOAPy, depending 
on if you made a typo or not. :)



More information about the Python-list mailing list