The new client project has now been created and added to the solution.Generating the proxy and configuration filesIn order to consume a non-RESTful WCF service, a client application must first obtain or generate a proxy class.We also need a configuration file to specify things such as the binding of the service, the address of the service, and the contract.To generate these two files, we can use t