WCFStorm 是否支持调用启用了 JSON 的 WCF 服务?
我们有启用了 JSON 的 WCF 服务,并且在使用 WCFStorm 调用这些服务时遇到问题。如果我们关闭 JSON,那么我们就不会收到错误。我们收到的错误如下。我们发现了一些与 WSHTTPBinding 有关的内容。
你调用的对象是空的。
我们发现 WcfStorm 无法工作,因为它不支持 WebHttpBinding。 http ://www.wcfstorm.com/wcf/Forums/Thread.aspx?pageid=19&mid=26&ItemID=2&thread=59&pagenumber=1。
有谁知道如何让它发挥作用?因为我们喜欢使用它。
或者是否有其他允许测试 SOAP 和 JSON 以及允许性能测试和保存脚本的工具的建议?
谢谢
We have WCF services with JSON enabled and are having issues using WCFStorm calling those services. If we turn JSON off, then we do not receive the errors. The error that we receive is below. We have found something to do with WSHTTPBinding.
Object reference not set to an instance of an object.
We've found that WcfStorm will not work because It does not support WebHttpBinding. http://www.wcfstorm.com/wcf/Forums/Thread.aspx?pageid=19&mid=26&ItemID=2&thread=59&pagenumber=1.
Does anyone know how to make it work? As we like using it.
Or are there any suggestions of other tools that will allow for testing SOAP and JSON as well as allow performance testing and saving scripts?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
更新有点晚,但随着谷歌上出现这个问题...
WcfStorm 不支持 JSON,但 WcfStorm REST 支持。
http://www.wcfstorm.com/wcf/learn-more-rest.aspx
至于 Chrome 插件:Postman 是一个 REST 客户端。
https://chrome.google.com/webstore/detail/fdmmgilgnpjigdojojpjoooidkmcomcm
SOAP UI 兼具这两种功能如果您需要,SOAP 和 JSON/REST 位于同一应用程序中。
http://www.soapui.org
据我所知,它们都支持保存脚本,不确定是否WcfStorm REST 或 Postman 支持负载/压力测试,但 SOAP UI 支持。
Bit of a late update but as this question pops up on google...
WcfStorm does not support JSON but WcfStorm REST does.
http://www.wcfstorm.com/wcf/learn-more-rest.aspx
As for Chrome plugins: Postman is a REST client.
https://chrome.google.com/webstore/detail/fdmmgilgnpjigdojojpjoooidkmcomcm
SOAP UI does both SOAP and JSON/REST in the same application, if you need that.
http://www.soapui.org
As far as I know, all of them support saving scripts, not sure if WcfStorm REST or Postman supports load/stress testing, but SOAP UI does.