Dividing a message into seperate records

Home Page Forums BizTalk 2004 – BizTalk 2010 Dividing a message into seperate records

Viewing 1 reply thread
  • Author
    Posts
    • #17674

      hi everybody,

      i have a scenario where i receive a message that contains multiple records. each record representing a payment that needs to be validated. i need to retreive each record alone, insert in into the database and return a record that holds info about the inserted record. finally i want to gorup all my return results (records) into a single output message.

      theoratically i know that i should use envelopes. but although i have already used envelopes, i feel that the above scenario is somewhat complex for a biztalk beginner ): can anyone please giude me maybe to a sample similar to my case.

      thanks in advance

    • #17675

      I supposeu  shoud not use Envelope Debatching.

      Better u use Orchestration and use any one of the debaching methods.

      Nodelist,Xpath,Component.

      The trick here is assembling the ouput and sending it to source.

      You can use xml document to club all outputs and load it in a message and send it bck.

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