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:
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:
From the Type drop-down list, select WCF-BasicHttp and then, click on the Configure button.
The first area that we want to configure is the Address (URI) textbox. In this textbox, we need to provide the location...