Hi All

 

I'm executing an axis 1.4 SOPA XML/RPC call where there return string
has a '0D0A' (CR/LF) in one of the data elements.  Axis is escaping the
"<" but not the ">". 

 

But I am expecting the whole return element to be wrapped in "<![CDATA["
and have nothing escaped.

 

I am getting:

 

<getHoroscopesByDateReturn
xsi:type="xsd:string">&lt;Horoscopes>&lt;Date>2006-11-08&lt;/Date>...

 

I am expecting the <getHoroscopesByDateReturn xsi:type="xsd:string"> to
actually be:

<getHoroscopesByDateReturn
xsi:type="xsd:string"><![CDATA[<Horoscopes><Date>2006-11-08</Date>...

 

Is this a bug with the "line.separator" parsing, or is there another
option?

 

Axis 1.4

Java 1.4 on (windows, solaris, linux)

Xerses 2.8.0

 

Thanks,

 

Duane

Reply via email to