Biztalk messaging and debatching

Home Page Forums BizTalk 2004 – BizTalk 2010 Biztalk messaging and debatching

Viewing 1 reply thread
  • Author
    Posts
    • #23044

      HI,

      I have the list of orders in this format
      <Orders>
        <Order>
           <OrderID>1</OrderID>
           <OrderItems>
              <OrderItem/>
              <OrderItem/>
        </OrderItems>
        </Order>
      <Order>
           <OrderID>2</OrderID>
           <OrderItems>
              <OrderItem/>
              <OrderItem/>
        </OrderItems>
        </Order>
      </Orders>

      Now I need to create separate text files which would contain details for each order like

      OrderID : 1
      OrderItems
      Item1 : ProductName
      Quantity : 2

      as Order1.txt

      and

      OrderID : 2
      OrderItems
      Item1 : ProductName
      Quantity : 4

      as Order2.txt

      I have created debatched message as XMLDoc. If i print out in event log i  can see the whole xml
      But I can’t assign this XMLDoc message to FlatFile schema. There is no file created also.

      Am not sure how to take the debatched message and create individual text file. Please help

      Thanks


      sfsf

    • #23046

      Hi,

      Check out the following sample from Biztalkgurus:

      http://www.biztalkgurus.com/media/p/15564.aspx

      That should point you in the right direction…

      Daniel.

       

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