Hi,
After using Conversion Agent module, the XML message causes a mapping exception in runtime.
By running Test Configuration and comparing with message type in IR, a very small difference makes the trouble.
"MT_invoice_out" is the message type.
The XML content in IR, correct one is:
<ns0:MT_invoice_out xmlns:ns0="http://com.hp.sap.jerry.ca"> ..... </ns0:MT_invoice_out>
The XML content in runtime, incorrect one is:
<MT_invoice_out xmlns="http://com.hp.sap.jerry.ca"> ....... </MT_invoice_out>
The only difference is "ns0". However, I do use the same XSD exported from XI when converting PDF to XML by Conversion Agent.
So is there any way to put "ns0" to generated XML message?