Is this SOAP or JAX-RS? If it's soap, this probably indicates that the other end is busted and is returning invalid XML. Can you post some actual traces? You might be able to cook up an interceptor to compensate.
On Sun, Nov 22, 2009 at 7:44 PM, Carlo Camerino <[email protected]>wrote: > Hi, > > what's the best way to handle special characters in Apache CXF? > The host system is returning me messages which contain this kinds of > messages and i'm getting this type of errors? > > Is there a special type of configuration that I need to prepare or > what interceptors do i need to configure? > > For esxample, the host system sends me a message which contains "&". > this error happens > > org.apache.cxf.Interceptor.Fault : Unmarshalling Error: > [com.ctc.wstx.exc. WstxlazyException]Unexpected character ''[code 32] > (missing name ?) at [row,col(unknown source)}]: [1,585] > > thanks a lot >
