Hi ,
I am getting the following error while we try to read the document. But
the document goes through ok if we resubmit again.
There is no error in the document. There is something else going on in
the parser other then version thing. Any help appreciated.
thanks.
EXCEPTION! Failed to parse given InputSource. Returning NULL. Stream
contents: [(Failed to read lines after this point due to exception:
java.io.IOException: Stream closed)]
Stack Trace: org.xml.sax.SAXParseException: The value following
"version" in the XML declaration must be a quoted string.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at com.tpcx.xml.TPCXXmlWrapper.loadFrom(TPCXXmlWrapper.java:1254)
at com.tpcx.xml.TPCXXmlWrapper.loadFrom(TPCXXmlWrapper.java:1238)
at com.tpcx.xml.TPCXXmlWrapper.<init>(TPCXXmlWrapper.java:146)
at com.tpcx.xedi.XEDI.<init>(XEDI.java:127)
at com.tpcx.xedi.XEDIFunctAck.<init>(XEDIFunctAck.java:94)
at
com.tpcx.handler.edi.EDIInHandlerBean.processXEDI(EDIInHandlerBean.java:
522)
at
com.tpcx.handler.edi.EDIInHandlerBean.processSingleMessage(EDIInHandlerB
ean.java:292)
at
com.tpcx.handler.edi.EDIInHandlerBean.processMessage(EDIInHandlerBean.ja
va:127)
at
com.tpcx.handler.HandlerServicesAdaptor.processMessage(HandlerServicesAd
aptor.java:30)