Once you create a WCF service, you probably would like to integrate it into a client application. But before that, you will have to create a WCF client proxy, so that you can communicate with the service through the WCF client proxy.
In this recipe, we will learn how to create the proxy client and give a call to the service to pass messages between the service and the client.