Question
Thryve Digital LLP
IN
Last activity: 13 Feb 2018 9:03 EST
Caught exception parsing XML stream
Caught exception parsing XML stream
Getting the above error while receiving data from external system through Service. Following are the logs of the issue
An invalid XML character (Unicode: 0x13) was found in the element content of the document.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at com.pega.pegarules.integration.engine.internal.mapping.xml.XMLParserBase.parseDocument(XMLParserBase.java:506)
... 117 more
If I run it through Soap, it gives the proper results without any issue. Could anyone let me know the solution for this?