Out of the box WCF Adapters
In BizTalk 2010, Microsoft shipped five physical adapters that have preconfigured bindings, including BasicHttpBinding, WsHttpBinding, NetTcpBinding, NetNamedPipeBinding, and NetMsmqBinding. Two custom adapters are also included: one is called WCF-Custom, which is an in-process adapter and WCF-CustomIsolated, which is an out-of-process Adapter.
The following table includes a brief description of each of these adapters:
Adapter name |
Adapter description |
---|---|
BasicHttpBinding |
This adapter conforms to the WS-Interoperability (WS-I) basic profile. It is one of the more interoperable bindings that allows communication with WCF and traditional Web Services. |
WsHttpBinding |
This adapter provides more security-related features than other adapters. It conforms to the WS-Security and WS-Transaction specifications while supporting both text and Message Transmission Optimization Mechanism (MTOM) encoding. |
NetTcpBinding |
The NetTcpBinding adapter supports both WS-Security and... |