[Soap-Python] Suds: XML encoding issue?

Burak Arslan burak.arslan at arskom.com.tr
Mon May 21 22:17:21 CEST 2012


On 05/21/12 19:57, Michael Wood wrote:
> So it seems that suds is encoding raw ampersands, but leaving "&"
> unencoded in the SOAP message body.  The server then decodes them
> unconditionally as it should.
>
> I've tried with 0.4.1 Beta (from SVN) and 0.4 GA.
>
> Wireshark shows the same body whether I send "x&  y" or "x& y".
>
> Is the above expected?  Is it a bug?
>
> Thanks.
>


Hi Michael.

I can reproduce this. It's a suds bug, as the xml request contains the 
& and not & as it should.

Why not migrate to rpclib btw?

Best,
Burak




More information about the Soap mailing list