Hi all,
I have created a XMl Port named "Import Sales Order" in id 50001. this xml port is designed to import sales order details.
Now I need to run this xml port to import the details .How to run the XMl Port?
if anyone have idea of how to run the xml port.Kindly let me know.
Thanks in advance.
Regards,
chandru.
0
Comments
Running an XMLport
XMLports are called from codeunits. While you are designing an XMLport, you will
often want to run it before it has been integrated into an application to check that it
functions as you intended. To do so, you can create a test-run codeunit that calls the
XMLport and either streams data to or from a file depending on whether you are
importing or exporting data.
Steve