XML Generated From Inbound 856 Does Not Match With the Input XSD
(Doc ID 790655.1)
Last updated on APRIL 23, 2019
Applies to:
Oracle B2B 10g (Business to Business) - Version 10.1.2.3.0 and laterInformation in this document applies to any platform.
Symptoms
You are trying to achieve an outbound scenario of 856 (ASN)document in Oracle B2B. While generating the XML for 856, you get wrong XML payload as output that does not conform to XSD. The output you get is wrong :
<Element-98_1>SF</Element-98_1>
<Element-93>ABC SUPPLIER</Element-93>
<Element-66>94</Element-66>
<Element-67>ABC123</Element-67>
<Element-93>ABC SUPPLIER</Element-93>
<Element-66>94</Element-66>
<Element-67>ABC123</Element-67>
which should actually be :
<Element-98>SF</Element-98>
<Element-93>ABC SUPPLIER</Element-93>
<Element-66_1>94</Element-66_1>
<Element-67_1>ABC123</Element-67_1>
<Element-93>ABC SUPPLIER</Element-93>
<Element-66_1>94</Element-66_1>
<Element-67_1>ABC123</Element-67_1>
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |