CDATA doesn't help illegal characters. They can't be in XML, at all. Not in CDATA, not in &#. You need use attachments or base64 if you need to send them around.
On Dec 29, 2007 6:29 PM, qvall <[EMAIL PROTECTED]> wrote: > > Hi, > Is there any way to translate illegal characters that are in the xml > message? > I'm receiving > javax.xml.ws.soap.SOAPFaultException: Unmarshalling Error: > Illegal character ((CTRL-CHAR, code 7)) > and I'm wondering why text nodes are not encompassed with CDATA section? > Do you know any simple workaround without doing it manually? > > And the last simple question. Is there any way to make > LoggingInInterceptor > print formatted output? I mean with proper identation, > > patrick > -- > View this message in context: > http://www.nabble.com/Illegal-characters-in-xml-tp14542696p14542696.html > Sent from the cxf-user mailing list archive at Nabble.com. > >
