TechBubbles Microsoft Technology BLOG

WCF Terms

The following are the terms used in WCF

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 WCF client.

Hosting Process

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

WCF Client

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

About the author

Kalyan Bandarupalli

My name is kalyan, I am a software architect and builds the applications using Microsoft .NET technologies. Here I am trying to share what I feel and what I think with whoever comes along wandering to Internet home of mine.I hope that this page and its contents will speak for me and that is the reason I am not going to say anything specially about my self here.

2 Comments

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud