SOAP 1.2 Python client ?

BlueBird phil at freehackers.org
Fri Mar 5 05:01:06 EST 2010


On 3 mar, 20:35, Stefan Behnel <stefan... at behnel.de> wrote:
> BlueBird, 03.03.2010 17:32:
>
> > I am looking for a SOAP 1.2 python client. To my surprise, it seems
> > that this does not exist. Does anybody know about this ?
>
> SOAP may be an overly bloated protocol, but it's certainly not black magic.
> It's not hard to do manually if you really need to:
>
> http://effbot.org/zone/element-soap.htm

But this requires a goog knowloedge of SOAP, in order to parse
everything correctly. The reason I want to use a ready-made client is
that I have about zero knowledge about SOAP, and even more in the
differences between SOAP 1.1 and 1.2 .

cheers,

Philippe



More information about the Python-list mailing list