I trying to consume a WCF web service using stand alone application. I am able to view this service using Internet Explorer also able to view in Visual studio service refere
In my case it was simply an error in the web.config.
I had:
It should have been:
The port number (:10593) was missing from the address.