public marks

PUBLIC MARKS from ERSWeb with tags "web service" & endpoint

22 October 2008 15:30

Exposing a WCF Service With Multiple Bindings and Endpoints

(via)
Windows Communication Foundation (henceforth abbreviated as 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. For those that want to jump directly to the sample solution it can be found at the end of this article.

brianwaustin's TAGS related to tag "web service"

.net +   article +   binding +   endpoint +   service +   WCF +   windows +