Question
Last activity: 17 Jul 2017 11:15 EDT
The SOAP service response parsing error
I am getting the following error when trying to use connect-soap to call my external webservice.
Fail: Caught exception parsing XML stream
Clipboard Error: com.pega.apache.axiom.om.OMException: com.ctc.wstx.exc.WstxUnexpectedCharException: Illegal character ((CTRL-CHAR, code 11)) at javax.xml.stream.SerializableLocation@73bf73bf
Log file shows this:
2015-02-02 11:33:06,977 [ WebContainer : 31] [ STANDARD] [ RuleSet:01.01.01] ( mapping.xml.XMLParserBase) ERROR Host|IP 528868524 - Caught exception parsing XML stream
org.xml.sax.SAXParseException: Premature end of file.
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)
at com.pega.pegarules.integration.engine.internal.mapping.ParseRuleUtils.invokeXMLParseRule(ParseRuleUtils.java:250)
at com.pega.pegarules.integration.engine.internal.mapping.ParseRuleUtils.invokeXMLParseRule(ParseRuleUtils.java:212)
at com.pega.pegarules.integration.engine.internal.util.PRParseUtils.parseXML(PRParseUtils.java:119)
I am getting the following error when trying to use connect-soap to call my external webservice.
Fail: Caught exception parsing XML stream
Clipboard Error: com.pega.apache.axiom.om.OMException: com.ctc.wstx.exc.WstxUnexpectedCharException: Illegal character ((CTRL-CHAR, code 11)) at javax.xml.stream.SerializableLocation@73bf73bf
Log file shows this:
2015-02-02 11:33:06,977 [ WebContainer : 31] [ STANDARD] [ RuleSet:01.01.01] ( mapping.xml.XMLParserBase) ERROR Host|IP 528868524 - Caught exception parsing XML stream
org.xml.sax.SAXParseException: Premature end of file.
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)
at com.pega.pegarules.integration.engine.internal.mapping.ParseRuleUtils.invokeXMLParseRule(ParseRuleUtils.java:250)
at com.pega.pegarules.integration.engine.internal.mapping.ParseRuleUtils.invokeXMLParseRule(ParseRuleUtils.java:212)
at com.pega.pegarules.integration.engine.internal.util.PRParseUtils.parseXML(PRParseUtils.java:119)
***Updated by moderator: Lochan to close post***
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.