I am trying to consume a remote svc web service. I created the proxy class using svcutil.exe, and after that I\'ve added that class to my console application, b
svcutil.exe
Try changing your security mode to "transport".
You have a mismatch between the security tag and the transport tag.