WCF Test Client

Scenario:

Use WCF Test Client to test APIs

Solution:

  1. C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\WcfTestClient.exe
  2. Right click [Add Service] -> Your WCF service endpoint
  3. Select service method
  4. Change request parameter values
  5. -->Send
  6. Response with fields received

No comments:

Post a Comment

Move Github Sub Repository back to main repo

 -- delete .gitmodules git rm --cached MyProject/Core git commit -m 'Remove myproject_core submodule' rm -rf MyProject/Core git remo...