Configuring the WCF Adapters

The BizTalk Adapters for Windows Communication Foundation (WCF) allow BizTalk Server to communicate with WCF-based applications. The BizTalk WCF adapters include five physical adapters that represent the WCF predefined bindings—BasicHttpBinding, WsHttpBinding, NetTcpBinding, NetNamedPipeBinding, and NetMsmqBinding. The WCF adapters for the predefined bindings are provided to enable you to easily configure necessary information for most application requirements.

The BizTalk WCF adapters also include two adapters that enable you to freely configure WCF binding and behavior information for the receive location and send port.

All the WCF adapters provide similar transport properties dialog boxes for send ports and receive locations. However, the detailed tasks to configure the WCF adapters vary depending on the physical adapter. Tasks not directly related to the adapter bindings, such as installing certificates, are the same for all the WCF adapters. This section discusses the tasks that are common to all the WCF adapters. For information about tasks that differ for each adapter, see the appropriate topics for the adapter in WCF Adapters.

In This Section

See Also

WCF Adapters