SOAP.py and complex types

David Levy david.levy at xrce.xerox.com
Wed Jul 24 04:39:52 EDT 2002


thanks !

that helps me indeed !
I could call the Amazon web service :)

is there any python library to handle XML Schemas ?

Thanks



Culley Angus wrote:

> I had some issues with this as well...
>
> My problems were solved using by including the typename in the
> structType.
>
> soapobj=SOAP.structType(data=structdat, name=(namespace, myname))
>
> where 'myname' is the type name of the object to pack, i.e. "Details"
>
> Hope this helps.

--
_____________________________________________________________
David Levy                       Xerox Research Centre Europe
6, ch. de Maupertuis             F - 38240 Meylan
Email david.levy at xrce.xerox.com  http://www.xrce.xerox.com






More information about the Python-list mailing list