SoapUI Pro 3.0.1 SocketTimeOut 异常:ReadTimeout
我正在使用 SOAP UI Pro,当访问服务中的任何公开方法时,它总是给我 SocketTimeOut Exception:ReadTimeout
有什么想法吗???
I am using SOAP UI Pro and when accessing any of the exposed methods in the services it always gives me SocketTimeOut Exception:ReadTimeout
Any idea???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的问题,直到我在配置文件中将端点绑定从“wsHttpBinding”更改为“basicHttpBinding”。 “wsHttpBinding”合并了许多较新的 Web 服务标准,这意味着旧客户端在使用此绑定时可能会遇到问题。 “basicHttpBinding”的工作方式很像旧的 asmx Web 服务。这是一个描述差异的好链接: http://www.codeproject.com/KB /WCF/HttpBinding.aspx
I had the same problem until I changed the endpoint binding from "wsHttpBinding" to "basicHttpBinding" in the config file. "wsHttpBinding" incorporates a lot of the newer web services standards, which means that older clients may have trouble using this binding. "basicHttpBinding" works a lot like the older asmx web services. Here is a good link describing the differences: http://www.codeproject.com/KB/WCF/HttpBinding.aspx