Try creating a proxy class through SvcUtil.exe with the command
Syntax:
svcutil.exe /language:<type> /out:<name>.cs /config:<name>.config http://<host address>:<port>
Example:
svcutil.exe /language:cs /out:generatedProxy.cs /config:app.config http:
To check if the service is available, try in your IE URL from the example without myService1 email
stenly Jan 08 '12 at 20:33 2012-01-08 20:33
source share