I created one WCF service I have added the service reference as myServiceReference But when I am trying to create service proxy ServiceClient is not coming while it should come like this---> myServiceReference.ServiceClient proxy= new myServiceReference.Service1Client();