You are developing a BizTalk Server 2010 solution that has two orchestrations, A and B, that exist in different projects. A message sent between the orchestrations has a promoted property named OrderID that can be used as a unique identifier for the message. The two projects must remain independent from each other. Updates are made to Orchestration B to ensure that the output message promotes the OrderID property when it publishes the message. You need to enable Orchestration A to send a message to Orchestration B and receive a message back when Orchestration B finishes. You create a correlation type on the OrderID property and a new correlation set in Orchestration A. What should you do next?
A.
Set the Send shape in Orchestration A to initialize the correlation set. Set the Receive shape in Orchestration A to follow the correlation set.
B.
Reference the Orchestration A project from the Orchestration B project. Create a new correlation set in Orchestration B by using the correlation type. Set the Send shape on Orchestration A to initialize the correlation set. Set the Receive shape on Orchestration B to follow the correlation set.
C.
Reference the Orchestration A project from the Orchestration B project. Create a new correlation set in Orchestration B by using the correlation type. Set the Receive shape on Orchestration A to initialize the correlation set. Set the Send shape on Orchestration B to follow the correlation set.
D.
Set the Receive shape in Orchestration A to initialize the correlation set. Set the Send shape in Orchestration A to follow the correlation set.