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:
free-dom
2009-10-01 16:28:32
+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
2009-10-01 16:29:44
wcftestclient doesn't work with webhttpbinding.
Clangon
2009-10-01 16:32:36
It worked great, thanks.
Moshe
2009-10-01 16:54:29
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
2009-10-01 17:51:05
+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
2009-10-01 16:31:40
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
2009-11-23 13:23:18