How would you consume from a WCF web service running on IIS?
Sigiloso
we can use svcutil, which will provide option to create service proxy and its config file. Once the proxy has been created we can add this proxy and config files to the client project and invoke the service.