This is a multi-project Visual Studio 2010 template for building asimple SOAP and REST service using WCF 4. It is not intended for building real-world WCF applications. Rather its purpose is to serve as a starting point for exploring various WCF scenarios.
To assist in debugging, there is a "useFiddler" setting in the client app.config, which can be set to true in order for Fiddler to intercept calls to the service. The Client project also contains a ClientChannel<TChannel> class that makes usage of the client more robust by implementing IDisposable so that the channel is closedwithout throwing an exception.