I think I am running into the same issue as this previous post:
2201443
The error that I am getting is "Error : Mandatory attribute missing: Standard". My transaction node in the generated payload looks like the following:
<Transaction-810 xmlns:ns1="urn:oracle:integration:b2b:X12/4010/810" xmlns="urn:oracle:integration:b2b:X12/4010/810"><ns1:Segment-ST><ns1:Element-143>810</ns1:Element-143><ns1:Element-329>#ControlNumber#</ns1:Element-329>
It is missing the nodes for Standard, Schema Location etc. I used the B2B doc editor to generate the sample data xml file using the same ecs file that I am using in my B2B document configuration. The xml data generated from the document editor generates the Transaciton-810 header correctly. But the generated B2b payload is missing that informaiton. What can I do to add the missing nodes in the Transaction-810 node?
Thanks!!