SOAP.py and complex types

Fredrik Lundh fredrik at pythonware.com
Mon Jul 22 11:26:17 EDT 2002


David Levy wrote:

> I am using Python to call Web Services, with SOAP.py (0.9.7) library
> However I can't figure how to use it when input messages requires user
> defined types like the one for the new Amazon web service :
> http://soap.amazon.com/schemas/AmazonWebServices.wsdl
>
> does anyone know how to do it ?

dunno, but it looks like mark pilgrim might have figured
it out:

http://diveintomark.org/projects/#pyamazon

</F>





More information about the Python-list mailing list