Showing posts with label Visual Studio. Show all posts
Showing posts with label Visual Studio. Show all posts

Wednesday, November 26, 2014

WCF Service Testing Tool

If you are trying to find good tool WCF service testing . Here is free tool available which come with your Visual studio.

You can find this in C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE depend on version of your VS. I have 2013 so its in 12.0 folder

File Name is WCF Test client .



This is very handy tool to test your WCF services

  1. You can right click on root and say "Add Service" and give url of WSDL. 
  2. Now Select method which you want to invoke 
  3. Fill the parameters and Click on Invoke.
  4. This will return you are output in below window.



The only issue which I can see as of now is this does not support asynchronous operations contracts.

Tuesday, November 25, 2014

Change the Team foundation credential

Today I had one tricky issue while connecting with TFS. I had configured my friends account while creating TFS workspace on my machine. When I tried to connect TFS with my credential it always taking my friend credential . After doing some research i found these credential  are cached deep in windows bowels.To clear the cache You need to type following command in Run.


Go to Advance tab and clear the credential which you are using to connect TFS.

This should solved your problem.