views:

213

answers:

4

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?

+2  A: 

I have used Pylot in the past for doing some automated testing of restful services:

http://www.pylot.org/

free-dom
+1  A: 

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
wcftestclient doesn't work with webhttpbinding.
Clangon
It worked great, thanks.
Moshe
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
+1  A: 

Hi, 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
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
+1  A: 

I've used Fiddler and a related SO link.

kenny