Dynamics CRM 2011 BizTalk 2010 Server Integration - Select Dynamics CRM 2011 Entity Record from BizTalk 2010 Server
Step 1 - Create Schema and Orchestration
1)Import Dynamics CRM 2011 Organization Service SOAP Protocol to BizTalk Server 2010
Create New Project (CRMORGSOAP.dll) and add refernece to this project.
2)Right click the project -> Signing -> Check 'Sign the assembly' -> Create <New> 'Strong Name Key' or <Browse> existing one
Select Deployment -> Enter Application Name ('DNS_BTS_CRM') -> Restart Host Instances - True
3)Right click the project -> Select Add -> New Item -> Schema (SAudit.xsd) -> Press 'Add' button
<Select> used for pass entity name and record id to CRM.
<List> used for response result from CRM.

Step 1 - Create Schema and Orchestration
1)Import Dynamics CRM 2011 Organization Service SOAP Protocol to BizTalk Server 2010
Create New Project (CRMORGSOAP.dll) and add refernece to this project.
2)Right click the project -> Signing -> Check 'Sign the assembly' -> Create <New> 'Strong Name Key' or <Browse> existing one
Select Deployment -> Enter Application Name ('DNS_BTS_CRM') -> Restart Host Instances - True
3)Right click the project -> Select Add -> New Item -> Schema (SAudit.xsd) -> Press 'Add' button
<Select> used for pass entity name and record id to CRM.
<List> used for response result from CRM.
