December 13, 2007

WCF binding scenarios

wsHttpBinding - to support clients over the Internet
basicHttpBinding - to expose WCF service to legacy clients such as an ASMX Web service
netTcpBinding - to support WCF clients within an intranet
netNamedPipeBinding - to support WCF clients on the same machine.
netMsmqBinding - to support disconnected queued calls
• To support bidirectional communication between the WCF client and WCFservice, use wsDualHttpBinding or netTcpBinding