本地主机上的 Web 服务没有响应

发布于 2024-11-07 11:27:13 字数 141 浏览 6 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半暖夏伤 2024-11-14 11:27:13

您不会收到错误,因为您的 PHP.INI 可能是隐藏设置以隐藏错误。

放入您的 php.ini:

display_errors = on

重新启动您的 WAMP 服务器并重试。

You do not get an error because your PHP.INI is probably hide setup to hide the errors.

Put in your php.ini:

display_errors = on

restart your WAMP server and try again.

暖树树初阳… 2024-11-14 11:27:13

我发现Web服务需要SSL连接,而WAMP不支持SSL。

I figured out that the web service required SSL connection and WAMP doesn't support SSL.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文