SoapFault 异常:[VersionMismatch] PHP Zend
我在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了答案。 错误消息实际上并不代表真正的问题,因为肥皂错误类型仅限于 5 种。
版本不匹配
必须理解
DataEncodingUnknown
发件人
接收者
有一个调试代码抛出文本消息,它只是拾取此错误类型..愚蠢
I've found an answer. The error message is not actually representing the real problem as soap error types are limited to 5 types.
VersionMismatch
MustUnderstand
DataEncodingUnknown
Sender
Receiver
There was a debugging code throwing text messages and it was just picking up this error type..silly