Home Page › Forums › BizTalk 2004 – BizTalk 2010 › solcited" (messages with a syncronous orchestration waiting for a response) and "unsolcited" messages (messages without a waiting orchestration that i need to send to a different orchestration for processing). › Re: solcited" (messages with a syncronous orchestration waiting for a response) and "unsolcited" messages (messages without a waiting orchestration that i need to send to a different orchestration for processing).
Hi,
I assume that you are referring to your orchestration that can be called either synchronously or asynchronously, and you want to find a way to branch the logic in that orchestration depending on how it is called. The easiest way to do this is to pass a parameter to that orchestration, and have a Decide shape in the orchestration query the value of that parameter, then code your logic accordingly.
Daniel.