I'm developing WCF RESTful Services and looking for a testing tool/invoker for calling these services without writing client code. Can anybody refer me to a tool for invoking RESTful services especially services using the WCF WebHttpBinding?
Asked
Active
Viewed 2,028 times
4 Answers
2
I have used Pylot in the past for doing some automated testing of restful services:

apiguy
- 5,282
- 1
- 23
- 24
2
SOA Cleaner has a special mode for testing WebHttpBinding, SOA Cleaner can also test soap, rest and WCF webservices. can be downloaded at: http://xyrow.com. good luck.

Clangon
- 1,408
- 2
- 18
- 24
-
Thank you. It was very helpful. I've completely resolved my problem by using SOA Cleaner. It's a very pretty and powerful tool. – Moshe Nov 23 '09 at 13:23
1
I have not tested this with restful web services but you can use the WCFTestClient.exe tool that comes with the .NET SDK. my version is located at C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE

Michael Mann
- 777
- 3
- 9
-
I thik you are mistaken, wcftestclient doesn't support webhttpbinding. I tried it several times, Take a look at: http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/deabd25b-a219-4e95-9826-d40dc2f75543/. – Clangon Oct 01 '09 at 17:51