I am creating a WCF service and Client application. I want to use the service in the client application.
The location where the WCF service will be hosted is not yet finalized. I want to dynamically add the reference of the hosted WCF service without building the client application. How can I achive this?
Thanks,
Ram