SoapFault 异常:[VersionMismatch] PHP Zend

发布于 2024-07-16 14:28:36 字数 230 浏览 10 评论 0原文

我在使用 Zend Soap 实现和测试 PHP Web 服务时遇到此错误。

我正在 2 个不同的 Web 服务器中的 2 个不同协议(http 和 https)下测试相同的代码。 http 网站工作得很好,但我在 https 中收到“SoapFault 异常:[VersionMismatch]...”错误。

这两个网络服务器几乎具有相同的规格。

有谁可以帮助我解决这个问题吗?

I'm getting this error while I was implementing and testing PHP webservice using Zend Soap.

I'm testing the same codes under 2 different protocols(http & https) in 2 different web servers.
http site works just fine, but I get "SoapFault exception: [VersionMismatch]..." error in https.

The two web servers almost have the same specs.

Is there anyone who can help me with this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

心房的律动 2024-07-23 14:28:36

我找到了答案。 错误消息实际上并不代表真正的问题,因为肥皂错误类型仅限于 5 种。

  1. 版本不匹配

  2. 必须理解

  3. DataEncodingUnknown

  4. 发件人

  5. 接收者

    有一个调试代码抛出文本消息,它只是拾取此错误类型..愚蠢

I've found an answer. The error message is not actually representing the real problem as soap error types are limited to 5 types.

  1. VersionMismatch

  2. MustUnderstand

  3. DataEncodingUnknown

  4. Sender

  5. Receiver

    There was a debugging code throwing text messages and it was just picking up this error type..silly

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