Message Aggregation scenario

Home Page Forums BizTalk 2004 – BizTalk 2010 Message Aggregation scenario

Viewing 1 reply thread
  • Author
    Posts
    • #15562

      Here is my problem..

      I have an inbound message which is generated from a flat file . This message actually a set of identical sub message in a envelope. I am passing this message to the orchestration.  From the orchestration I need to pass this message to Business Rules engin to modify some of the fields basedon the business rule policy. I have a web service which inserts these individual messagesto Database.

      My Web Service has the capability to process Insert request in Batch.  But My problem is that, for doing the business rules processing, i need to send single message, because the processing will be different based on the input values in each message.  I split the main message using a looping construct and Xpath, and send to rules engine. Now I want to combine these messages as a single one before mapping to my WSDL schema.  Any Idea how can I do it within the orchestration..?

       

       

       

       

    • #15608

      I would either write a helper class to collect all the single messages while looping and return an agg one or call a pipeline from the orchestration that assembles the messages using a document schema and an envelope.  Just things to consider.

       

       

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