Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

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

http://www.pylot.org/

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

I've used Fiddler and a related SO link.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top