Wednesday, January 26, 2011

Configurator WCF Service Application

1. Create a WCF service Class library

2. Create a WCF Service with one svc file(no code behinding needed) ,just a simple svc file like the following (don’t forget to add reference)

<%@ ServiceHost Language="C#" Debug="true" Service="ConfiguratorServiceLibrary.ConfiguratorServiceLibrary" %>

 

3. Edit config file of WCF service ( modify contract , service name, binding ,etc)

 

4. Creating client application to consume these service.

0 Comments:

Post a Comment

<< Home