Hello, I'm trying to use WSMonitor[1] with CXF 2.1, but whenever I incorporate it into my SOAP client I get this error:
Jul 12, 2008 8:21:37 PM org.apache.cxf.phase.PhaseInterceptorChain doIntercept INFO: Interceptor has thrown exception, unwinding now org.apache.cxf.interceptor.Fault: Could not create XMLStreamReader (input was of encoding UTF-8). org.apache.cxf.interceptor.StaxInInterceptor.handleMessage(StaxInInterceptor.java:83) org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:221) org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:78) org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:92) org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:214) Sure enough, the SOAP message as shown in WS-Monitor is UTF-8, but I'm not sure why that's a problem. Anyone has a clue as to what the issue might be? Thanks, Glen [1] https://wsmonitor.dev.java.net/use/index.html
