Xfire will always protect the contents of your string from XML interpretation. It might use <, or it might use CDATA, but it won't allow the XML to leak out to the SOAP messages. If you catch it doing that, report a bug.
-----Original Message----- From: Phillip Rhodes [mailto:[EMAIL PROTECTED] Sent: Monday, April 16, 2007 5:27 PM To: [email protected] Subject: [xfire-user] can Aegis make a property be wrapped as CDATA? I am using xfire/aegis/java5 (http://xfire.codehaus.org/Aegis+Java+5+Annotations) I have a POJO with a string property. The string value contains invalid xml. Is there a way that I can configure the aegis mappings/annotations to send this property over as a type of CDATA? Thanks very much. Phillip --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
