Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Need to create an XML file instead of a text file for incoming 850 › Re: Need to create an XML file instead of a text file for incoming 850
July 30, 2013 at 4:39 PM
#26112
Hi,
What you need to do is following
1. Create a Schema for the new XML file format(Ordering System).
2. Create a Map which will convert the 850 to the new XML format.
3. Use the map in the Orchestration or on the Sendport.
4. Drop the mapped XML format to the output folder where the Ordering system picks up the file.