Need to create an XML file instead of a text file for incoming 850

Home Page Forums BizTalk 2004 – BizTalk 2010 Need to create an XML file instead of a text file for incoming 850

Viewing 1 reply thread
  • Author
    Posts
    • #26106

      First off, I am brand-new to BizTalk.  I recently successfully completed this tutorial I found online:

      http://msdn.microsoft.com/en-us/biztalk/gg153503.aspx

       

      This tutorial uses the sample VS 2012 solution in the BizTalk SDK.  The last step is dropping their sample 850 text file into a folder and it produces the 997 and a text file containing purchase order header and detail data.  The 997 is perfect.  But I want to create an XML file instead of the text file that was created.  I also want this xml file to be based on a schema that my ordering system needs.  I can’t figure out how to do this.  I am using BizTalk 2013 BTW.  It seems that BizTalk 2010 is pretty much the same though.  

      Like I said, I am very new to BT.  Can someone give me step by stpe instructions to produce an xml file instead of this text file?

    • #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.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.