Tutorials to learn the WCF LOB Adapter SDK

The WCF LOB Adapter SDK tutorials contain information about how you can use WCF LOB Adapter SDK to develop feature-rich line of business adapters to facilitate enterprise application integration within your enterprise. By using the WCF LOB Adapter SDK, the operations and data you expose can be consumed by any application that can consume a WCF binding, including BizTalk Server.

The tutorials contain simple examples built around a set of predefined operations. You do not need an actual line of business system available to complete these tutorials. However, details provided in the tutorials can be applied to your adapter development needs, from understanding metadata to writing outbound handlers and beyond.

Tip

The completed Echo Adapter is included with your BizTalk installation files at \BizTalk Server\ASDK_x86\Program Files\WCF LOB Adapter SDK\Documents\Samples or \BizTalk Server\ASDK_x64\Program Files\WCF LOB Adapter SDK\Documents\Samples.

Use the following tutorials to learn how to use key parts of the WCF LOB Adapter SDK:

  • Tutorial 1: Develop the Echo Adapter. Provides step-by-step instructions for creating an adapter that exposes string operations from a set of predefined methods that act as the line of business system. The adapter provides an implementation for many of the common handlers in the WCF LOB Adapter SDK including search, browse, inbound and outbound operations. At the successful completion of this tutorial, you will have a functional adapter.

  • Tutorial 2: Consume the Echo Adapter from .NET. Provides step-by-step instructions for consuming the Echo Adapter developed in Tutorial 1: Develop the Echo Adapter from a .NET project. You will add an adapter service reference to a new project, and provide code to test the inbound and outbound operations of the Echo Adapter.

  • Tutorial 3: Hosting the Echo Adapter in IIS. Provides step-by-step instructions for hosting the Echo Adapter developed in Tutorial 1: Develop the Echo Adapter in the Internet Information Services (IIS) process. You will also use svcutil.exe (ServiceModel Metadata Utility) to create a simple client application to consume the EchoString operation of the hosted adapter.

    These tutorials provide a structured approach to understanding some of the key features of the WCF LOB Adapter SDK. They can be completed with no knowledge of the WCF LOB Adapter SDK or WCF. However, you will learn more if you understand the concepts behind adapter design, and understand how adapter design is facilitated in the WCF LOB Adapter SDK. For more information, see:

  • Common Developer Tasks for the WCF LOB Adapter SDK

  • Key Components of the WCF LOB Adapter SDK

    Before you begin these tutorials, you should review the requirements in Before You Begin the Tutorials.

In This Section

See Also

Getting started with BizTalk Server