What is a WCF Test Client ?

 Posted by Akiii on 10/14/2012 | Category: WCF Interview questions | Views: 4526 | Points: 40
Answer:

WCF Test Client is a GUI tool which enables us to enter parameters, invoke services with these parameters and view the responses returned by services.


After you create a new WCF service project and press F5 to start the debugger, the WCF Service Host begins to host the service in your project. Then, WCF Test Client opens and displays a list of service endpoints defined in the configuration file. You can test the parameters and invoke the service, and repeat this process to continuously test and validate your service.

Thanks and Regards
Akiii


Source: MSDN | | Alert Moderator 

Comments or Responses

Login to post response