Thanks for clarification. How can i make cxf use base64 encoding to confictual strings then? Any method I should particularly read on? Or maybe i have to encode it manually?
Benson Margulies-4 wrote: > > 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. >> >> > > -- View this message in context: http://www.nabble.com/Illegal-characters-in-xml-tp14542696p14548076.html Sent from the cxf-user mailing list archive at Nabble.com.
