TechBubbles

WCF Terms

The following are the terms used in

Message

A message contains data which consist of body and headers.

Service

A service is a construct which exposes one or more endpoints. Each endpoint exposing one or more service operations.

Endpoint

Endpoint contains a location (an address) that defines where messages can be sent, a specification of communication mechanism(a binding) that describes how messages should be sent.

Address

An address specifies the location where messages are received. It is specified as a URI.

Service operation

A service operation is a procedure defines in a services’s code that implements the functionality for an operation. This operation is exposed to clients as methods on a client.

Hosting Process

A service must be hosted in some process which include IIS, WAS(windows activation service) and windows services.

Client

A client is client-application that exposes the service operations as methods.A client can be automatically generated by using the ServiceModel Metadata Utility Tool (Svcutil.exe) and pointing it at a running service that publishes metadata.

2 Comments so far

  1. [...] WCF terms article can refereed for more information on WCF. [...]

  2. DotNetKicks.com August 10th, 2008 1:22 am

    WCF Terms…

    You’ve been kicked (a good thing) - Trackback from DotNetKicks.com…

Leave a reply