Posts

Showing posts from September, 2011

Unit Testing In Biztalk 2009

   Introduction: BizTalk Server 2009 is the latest major release of BizTalk Server. BizTalk 2009 has, for the first time, built-in developer support for testing schemas, maps and pipelines that is available for automated unit testing rather than being hidden behind features in Visual Studio where it can only be used for manual testing. BizTalk Server 2009 introduced a unit testing feature that can be enabled on the Deployment property page of a BizTalk project. The following screenshot shows this project setting accessed from Project Designer when we right-click a project and click the Properties . Screenshot of the Deployment tab in Project Designer exposing the Enable Unit Testing       project property. This feature allows us to create unit tests for schemas, maps, and pipelines. When this feature is enabled and the project rebuilt, the artifact classes will be derived from the following base classes ...

Microsoft BizTalk Adapter for Microsoft Dynamics CRM

Image
                                    Microsoft Dynamics CRM Download the .msi file from the Microsoft Download Center ( http://www.microsoft.com/downloads/details.aspx?FamilyID=4628fca6-388d-45bc-a154-453b920dbcb8&DisplayLang=en ). Double-click the .msi file. The Installation Wizard opens, to help guide you through the installation. After the installation is complete, Microsoft Dynamics CRM appears in the list of adapters in the BizTalk Server 2006 Administration Console, as shown in Figure 1. The BizTalk Server 2006 Administration Console is installed with Microsoft BizTalk Server 2006. User has to be local administrator and member of "SSO Administrators" group to perform the installation. Creating a send port when the BizTalk ...