Book Image

(MCTS) Microsoft BizTalk Server (70-595) Certification and Assessment Guide: Second Edition

Book Image

(MCTS) Microsoft BizTalk Server (70-595) Certification and Assessment Guide: Second Edition

Overview of this book

Table of Contents (20 chapters)
(MCTS) Microsoft BizTalk Server (70-595) Certification and Assessment Guide Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Configuring a WCF Adapter


In this section, we are going to discuss how to configure the WCF-BasicHttp Adapter and then, how to configure the WCF-Custom Adapter that will use wsHttpBinding. When we configure the WCF-Custom adapter to use wsHttpBinding, we will discover some of the extensibility features that were discussed in the previous section.

Using out of the box WCF-BasicHttp Send Adapter

In this example, we are going to create a new Send Port that will use the WCF-BasicHttp Adapter and then, we will explore the various configurations provided in the adapter. In order to do so, there are a few steps that we need to follow:

  1. Create a BizTalk Application and then, add a Send Port by navigating to Send Ports | New | Static Solicit-Response Send Port, as shown in the following screenshot:

  2. From the Type drop-down list, select WCF-BasicHttp and then, click on the Configure button.

  3. The first area that we want to configure is the Address (URI) textbox. In this textbox, we need to provide the location...