WCF WebHttpBinding 测试工具
我正在开发 WCF RESTful 服务,并寻找一个测试工具/调用器来调用这些服务,而无需编写客户端代码。有人可以向我推荐一个用于调用 RESTful 服务(尤其是使用 WCF WebHttpBinding 的服务)的工具吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
SOA Cleaner 有一个特殊的模式用于测试WebHttpBinding,SOA Cleaner 还可以测试soap、rest 和WCF webservices。
可以从以下网址下载:http://xyrow.com。
祝你好运。
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.
我过去曾使用 Pylot 对 Restful 服务进行一些自动化测试:
http://www.pylot.org/< /a>
I have used Pylot in the past for doing some automated testing of restful services:
http://www.pylot.org/
我尚未使用 Restful Web 服务对此进行测试,但您可以使用 .NET SDK 附带的 WCFTestClient.exe 工具。我的版本位于 C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE
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
我使用过 Fiddler 和相关的 SO 链接。
I've used Fiddler and a related SO link.