twitter
    Find out what I'm doing, Follow Me :)

Friday, January 23, 2009

Exposing a WCF Service With Multiple Bindings and Endpoints

WCF supports multiple bindings that allows developers to expose their services in a variety of ways. What this means is a developer can create a service once and then expose it to support net.tcp:// or http:// and various versions of http:// (Soap1.1, Soap1.2, WS*, JSON, etc). This can be useful if a service crosses boundaries between intranet and extranet applications for example. This article walks through the steps to configure a service to support multiple bindings with Visual Studio 2008 and the .Net 3.5 framework.

read more | digg story
blog comments powered by Disqus
Related Posts with Thumbnails