I have the following in a WCF project .Net 4.0:
[ServiceContract] public interface EchoService { [OperationContract] void Ping(); } [ServiceBehavior
For wsHttpBinding you need to use security of some sort if you're hosting it in IIS you'll need to set a certificate.