本地主机上的 Web 服务没有响应
我正在使用 NuSOAP 和 PHP 连接到 Web 服务 (WSDL),但在本地尝试时无法获得任何响应或错误。一旦我将其移至我们的服务器,一切都会正常工作,但我不确定需要在本地配置什么才能使事情顺利进行。
我在 Windows 7 上使用 WAMP。
I'm using NuSOAP and PHP to connect to a web service (WSDL) and I can't get any response or error while trying locally. Once I move it to our server everything works fine, but I'm not sure what I need to configure locally to get things rolling.
I'm using WAMP on Windows 7.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您不会收到错误,因为您的 PHP.INI 可能是隐藏设置以隐藏错误。
放入您的 php.ini:
重新启动您的 WAMP 服务器并重试。
You do not get an error because your PHP.INI is probably hide setup to hide the errors.
Put in your php.ini:
restart your WAMP server and try again.
我发现Web服务需要SSL连接,而WAMP不支持SSL。
I figured out that the web service required SSL connection and WAMP doesn't support SSL.