Wcf Service Basic Part Six .

In this session we will discuss binding protocols are used by the wcf service . I downloaded simple graph from internet to choose the appropriate binding for your application .WCF service endpoint consists of 3 things

A - Address
B - Binding
C - Contract 

WCF binding defines how the client needs to communicate with the service. The WCF binding that you choose determines the following for the communication between the client and the service.Transport Protocol (for example, HTTP, TCP, NamedPipe, MSMQ)
Message Encoding (for example, text/XML, binary, or (MTOM) Message Transmission Optimization Mechanism)Protocols (for example, reliable messaging, transaction support)

 enter image description here
Depending on your application requirements you can choose the right binding for wcf service . The next tutorial  we will see the rest of the details of the wcf service.

No comments:

Post a Comment