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
