Products | Versions |
---|---|
TIBCO BusinessConnect EDI Protocol Powered by Instream | - |
Not Applicable | - |
Description:
When processing an inbound EDI transaction, the following exception is thrown: org.xml.sax.SAXException: validation error: unexpected text occurs when processing EDI data.
Symptoms:
In the BusinessConnect log, the following exception is seen and the Audit Log shows conversion errors for the transaction.
caused by: org.xml.sax.SAXException: validation error: unexpected text ({com.tibco.xml.validation}COMPLEX_E_UNEXPECTED_TEXT) at /{http://www.tibco.com/ns/ax/bc/EDI/2002/10/aeschema}ResponderRequestOutput[1]/{http://www.tibco.com/ns/ax/bc/EDI/2002/10/aeschema}body[1]com.tibco.xml.validation.exception.UnexpectedTextException: unexpected text
at com.tibco.xml.validation.state.driver.ValidationJazz.text(ValidationJazz.java:1230)
at com.tibco.xml.validation.state.glue.XmlTreeNodeValidationDriver.xmlTreeNode(XmlTreeNodeValidationDriver.java:104)
at com.tibco.xml.validation.state
A character is an atomic unit of text as specified by ISO/IEC 10646:2000 [ISO/IEC 10646]. Legal characters are tab, carriage return, line feed and the legal characters of Unicode and ISO/IEC 10646. The versions of these standards cited in A.1 Normative References were current at the time this document was prepared. New characters may be added to these standards by amendments or new editions. Consequently, XML processors must accept any character in the range specified for Char. ]
[2] | Char | ::= | #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF] | /* any Unicode character, excluding the surrogate blocks, FFFE, and FFFF. */ |