Products | Versions |
---|---|
TIBCO BusinessConnect | 6.4.0, 7.0.0 |
Private Process is sending the right character using UTF-8 encoding but BC transforms this character and the transaction throws a transaction exception:
Transaction terminated - Document parsing error: Request sending to trading partner failed validation : Parsing error: in document System ID:file:///D:/Appls/tibconew/bc/6.4/An entity determined to be in a certain encoding must not contain sequences illegal in that encoding. [Line: 57, Column: 77]
For example:
Interior Server sends:
<Name xml:lang="ES">TAMSA - Tubos de Acero de México S.A.</Name>
and BC receives/transforms the value:
<Name xml:lang="ES"><![CDATA[TAMSA - Tubos de Acero de México S.A.]]></Name>