You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Simon Fell <so...@zaks.demon.co.uk> on 2001/04/11 18:37:45 UTC

Re: Can SOAP 2.1 and Xerces 1.2.2 transport a String containing an arbitrary Unicode character?

What version are you using ?, i believe these problems are not in the
latest code (i.e. build from CVS, or use a nightly build)

Cheers
Simon


On Wed, 11 Apr 2001 01:07:43 -0400, in soap you wrote:

>I used tcpdump to capture traffic containing three interesting call 
>messages, containing (respectively) the Strings: "qqq\u00F6zzz", 
>"qqq<![CDATA[zzz", and "qqq\u2030zzz" (in Java source notation) among the 
>data being sent.
>
>The tcpdump output shows: (1) where \u00F6 goes, a single 00 byte was 
>sent; (2) the CDATA start tag was sent without being quoted; and (3) the 
>\u2030 was sent correctly.
>
>Unhappily,
>Mike