For my WCF, I need to generate configuration file for my client application to specify things such as binding of service, the address of the service and the contract.
Try to generate the proxy class via SvcUtil.exe with command
Syntax:
svcutil.exe /language: /out:.cs /config:.config http://:
Example:
svcutil.exe /language:cs /out:generatedProxy.cs /config:app.config http://localhost:8000/ServiceSamples/myService1
To check if service is available try in your IE URL from example upon without myService1 postfix