Re: org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxUnexpectedCharException
Raghu Veer <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <1366084585.402.YahooMailNeo__8112.74275552041$1366084627$gmane$org@web160901.mail.bf1.yahoo.com> |
Hello, I get the below exception when I try to process the response received from an axis2 web service. Web service client and server stubs were generated using Axis 2 version 1.6.2 wsdl2java. The server side code works fine if run on Tomcat 6 but has this issue on WebLogic 11. Â org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character ':' (code 58) excepted space, or '>' or "/>" at javax.xml.stream.SerializableLocation@89d089d Please advice.