Step 4: Create a Sample XML BeginDoc
Save the following code into an XML file. If your test uses the steps in this example, and uses the example's J.D. Edwards EnterpriseOne object selection, [JDE://CSALES/B4200310], you can drop this into the Input folder and what it come out the designated Out folder (the folder bound to the EndDocOut port).
Note
You will have to modify some of the values to point to your J.D. Edwards EnterpriseOne server, for example, the value set in szCMComputerID.
<ns0:F4211FSBeginDoc xmlns:ns0="http://schemas.microsoft.com/
[JDE://CSALES/B4200310]">
<ns0:mnCMJobNumber></ns0:mnCMJobNumber>
<ns0:cCMDocAction>A</ns0:cCMDocAction>
<ns0:cCMProcessEdits>1</ns0:cCMProcessEdits>
<ns0:szCMComputerID>BVISION02</ns0:szCMComputerID>
<ns0:cCMUpdateWriteToWF>2</ns0:cCMUpdateWriteToWF>
<ns0:szCMProgramID>XMLInterop</ns0:szCMProgramID>
<ns0:szCMVersion>ZJDE0001</ns0:szCMVersion>
<ns0:szOrderType>SO</ns0:szOrderType>
<ns0:szBusinessUnit>M30</ns0:szBusinessUnit>
<ns0:szOriginalOrderCo></ns0:szOriginalOrderCo>
<ns0:szOriginalOrderNo></ns0:szOriginalOrderNo>
<ns0:szOriginalOrderType></ns0:szOriginalOrderType>
<ns0:mnAddressNumber>1001</ns0:mnAddressNumber>
<ns0:jdOrderDate></ns0:jdOrderDate>
<ns0:szReference></ns0:szReference>
<ns0:cApplyFreightYN>Y</ns0:cApplyFreightYN>
<ns0:szCurrencyCode></ns0:szCurrencyCode>
<ns0:cWKSourceOfData></ns0:cWKSourceOfData>
<ns0:cWKProcMode></ns0:cWKProcMode>
<ns0:mnWKSuppressProcess>0</ns0:mnWKSuppressProcess>
<ns0:cRetrieveOrderNo>1</ns0:cRetrieveOrderNo>
<ns0:nSourceOfOrder>0</ns0:nSourceOfOrder>
</ns0:F4211FSBeginDoc>
See Also
Step 1: Reference the Schema DLL
Step 2: Create the Orchestration
Step 3: Complete and Run the Project