Endpoint: It is a communication point where a client can communicate with the service by making use of endpoint.
Endpoint must be existing in the client as well as in service.
Address(Where): Address indicates where we can find this service. Address is a url which points location of service.
Binding(How): It specifies message patterns, security and channel information which are required to access the service.
Contract(What): It specifies what exactly service does. It describes parameters and return values for a method.
Endpoint must be existing in the client as well as in service.
Address(Where): Address indicates where we can find this service. Address is a url which points location of service.
Binding(How): It specifies message patterns, security and channel information which are required to access the service.
Contract(What): It specifies what exactly service does. It describes parameters and return values for a method.
No comments:
Post a Comment