Property promotion in orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 Property promotion in orchestration

Viewing 1 reply thread
  • Author
    Posts
    • #25348

      Hi,

      We have a scenario where we want promote property in orchestration for further message routing and we are sending message to MsgBox with the help of Send Port with Direct Binding.

      We cant not use Correlation Set since Send Shape in orchestration is in Loop.

      We have tried executing send pipeline from orchestration using ExecuteSendPipeline() method. This send pipeline contains component for promoting proprety. But somehow, this approach is not working.

      Please suggest alternative approach for this.

       

    • #25356

      It sounds like we have done^ we use before a loop by some dummy message which goes to message box, and from there – picked by send port with NullAdapter.

      The purpose of dummy is exactly for promoting. Afer dummy is gone – the loop is running in iterations, and we create n Messages with promoted field.

       

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