Step 1: Adding an Existing BizTalk Project to the Existing Contoso Solution
The Microsoft® BizTalk Accelerator for RosettaNet (BTARN) SDK contains a private process orchestration that serves as a good starting point when customizing your own private process. In this step, you add that orchestration to your solution and change the assembly name to avoid conflict with the PrivateResponder orchestration installed during the BTARN installation. Before you start, open the Contoso solution you created in Step 1: Creating a New BizTalk Solution for the Contoso Price and Availability Request.
To add the PrivateResponder project to the Contoso solution
Copy the PrivateResponder SDK sample to your Contoso solution folder.
Note
By default, the PrivateResponder SDK sample is located in the C:\Program Files\Microsoft BizTalk <version> Accelerator for RosettaNet\SDK\PrivateResponder folder.
In Visual Studio, click File, point to Add, and then click Existing Project.
In the Add Existing Project dialog box, locate the folder for your solution, select the PrivateResponder.btproj project file, and then click Open.
To change the PrivateResponder assembly name and default namespace
In Solution Explorer, right click the PrivateResponder project, and then click Properties.
In the PrivateResponder Property Pages dialog box, in the console tree, click General. In the details pane, in the Assembly Name box, type ContosoPriceAndAvailability.PrivateResponder.
In the Default Namespace box, type ContosoPriceAndAvailability.
Click OK to close the PrivateResponder Property Pages dialog box.
In Solution Explorer, double-click PrivateResponder.odx.
In the Orchestration View window, ensure that Orchestration Properties (under PrivateResponderProcess) is selected.
In the Properties window, in the Namespace field, type ContosoPriceAndAvailability, and then press Enter.