Axis appears to have a problem with CDATA sections.  When a message is 
received by Axis that contains a CDATA section, it does not appear to 
properly reserialize it as a CDATA section.  Rather, it is serialized as a 
regular Text Node with escape characters. 

In other words <test><![CDATA[this <is> text]]></test> comes out 
<test>this &lt;is&gt; text</test>.

This is a significant problem if you're working with digital signatures or 
your code is expecting a CDATA section.

- James M Snell/Fresno/IBM
    Web services architecture and strategy
    Internet Emerging Technologies, IBM
    544.9035 TIE line
    559.587.1233 Office
    919.486.0077 Voice Mail
    [EMAIL PROTECTED]
 Programming Web Services With SOAP, O'reilly & Associates, ISBN 
0596000952 

==
Have I not commanded you?  Be strong and courageous.  Do not be terrified, 

do not be discouraged, for the Lord your God will be with you wherever you 
go.  
- Joshua 1:9

Reply via email to