Book Image

Microsoft BizTalk 2010: Line of Business Systems Integration

Book Image

Microsoft BizTalk 2010: Line of Business Systems Integration

Overview of this book

Microsoft BizTalk is an integration and connectivity server solution that allows businesses to connect disparate systems easily. In today’s business climate of mergers and acquisitions, more and more enterprises are forced to exchange data across disparate Line of Business systems using integration brokers like BizTalk Server 2010. What is often overlooked when integrating these systems is the pre-requisite knowledge that ERP and CRM systems demand in order to effectively integrate them. No longer is this knowledge locked up in the heads of expensive consultants. Gain an edge within your organization by developing valuable skills in the area of Line of Business integration from this book.This book will show you how to integrate BizTalk with Line of Business systems using practical scenarios. Each chapter will take a Line of Business system, introduce some pre-requisite knowledge and demonstrate how you can integrate BizTalk with that Line of Business system, and then provide guidance based upon real world experience, taking your BizTalk knowledge further.This book will enable you to master how to integrate BizTalk with Line of Business systems effectively. The book starts by highlighting the technical foundation of WCF-LOB adapters and the common steps and important properties pertaining to popular WCF-LOB adapters. You will then move on to an overview of how to integrate with Microsoft SQL Server using the WCF based SQL Server adapter. The book then dives into topics such as integrating BizTalk Server with Microsoft Dynamics CRM, building BizTalk/SAP integrated solutions using IDocs, the differences between IDocs and RFCs/BAPIs, and integrating BizTalk with Windows Azure AppFabric Service Bus amongst others.
Table of Contents (18 chapters)
Microsoft BizTalk 2010: Line of Business Systems Integration
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 1. Consuming ASDK-based Adapters

The WCF LOB Adapter SDK (ASDK) is a set of development tools and runtime components for execution and development of adapters for Line-of-Business Applications (LOB) such as SAP, Oracle, DBMS, and others. The biggest advantage offered by the ASDK-based adapters is that they can be consumed not only from BizTalk, but from any .NET WCF-compliant application using familiar WCF semantics coupled with rich configuration capabilities provided by WCF. If with the previous incarnations of BizTalk server developers had a choice between the ASDK-based adapters and the old COM-based LOB adapters, with the release of BizTalk Server 2010, and BizTalk Adapter Pack 2010 the only option developers would have is mastering the new technology—the old legacy LOB adapters, except the SQL Server adapter, have become history and can't be used with BizTalk 2010. In this chapter, we will cover the following topics:

  • Understanding the ASDK-based adapter

  • ASDK-based adapters vs. WCF services

  • Installation of the BizTalk Adapter Pack 2010

  • Using the ASDK development tools

  • The WCF-Custom adapter and SOAP actions

  • ASDK tools and features

The major goal is to make you familiar with common steps and techniques involved in building BizTalk applications using the ASDK-based adapters, so that in the subsequent chapters, we will be able to concentrate on the features specific to each particular adapter.