The following is a step by step process to use the wcfclient.exe tool.
Step 1. Create a WCF service.
Step 2. Now it's time to test our service. Instead of creating a console application or a client application to test the service we will use the predefined tool wcftestclient.exe.
Step 3. Open Visual Studio command prompt and type wcftestclient then Enter.

Step 4. After pressing Enter, we get a GUI application of the WCF Test Client.

Step 5. Select File->Add Service and type the service endpoint url as address and click ok.

We get as below

Step 6. Double click on Greeting Method

Step 7. Now pass the value and click on Invoke button and you will get the response below.
Or you can simply run the WCF service application; it will load your application to Test Client.
Join the conversation! Your thoughts help the community grow.