I\'m just learning wcf and currently got this far.
CS File:
using System;
using System.Collections.Generic;
using System.Linq;
using
By default, Visual Studio is going to try to setup a client/test ui for you to toy with your new service. To do this it needs to be made aware of the structure and methods your service offers. This is achieved by consuming a definition in the standard WSDL format. However, WCF won't publish this data by default.
You have to setup a metadataexchange endpoint behavior to acehive.
Either post your config file here and we can assist, or google/stack search for metadataexchange and wsdl in WCF