SOAP 1.2 Python client ?

lbolla lbolla at gmail.com
Fri Mar 5 07:19:23 EST 2010


On Mar 5, 10:01 am, BlueBird <p... at freehackers.org> wrote:
> 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


I use a thin custom-made python wrapper around gSoap[1], which is tens
of times faster than ZSI.
L.


[1] http://www.cs.fsu.edu/~engelen/soapdoc2.html



More information about the Python-list mailing list