[Pythonmac-SIG] SOAP via ZSI, or what?

Keith Jackson krjackson at lbl.gov
Fri Dec 19 23:49:26 EST 2003


depends on what you want to do.

<disclaimer> i'm a zsi developer </disclaimer>

SOAPpy offers a nice easy to use interface for dealing with fairly 
simple SOAP RPC messaging. It is really easy to get up and running with.

If you need to deal with WSDL that uses complex types, or document 
literal encoding, i would recommend looking at ZSI. it offers a wsdl to 
python code generator that will generate bindings to the service. This 
includes the mapping of XML Schema defined types into python classes.
--keith

On Monday, December 15, 2003, at 09:41 PM, leo wrote:

> hi there
>
> want to write a little SOAP client.
>
> does anybody have experience with ZSI or SOAPpy? what would you 
> recommend?
>
> thanks, leo
>
>
>
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig




More information about the Pythonmac-SIG mailing list