PHP XMLRPC 错误 - 无法序列化内容为本机 PHP 值的 xmlrpcresp 对象
我有一个 PHP xmlrpc-client (http://phpxmlrpc.sourceforge.net/) 调用远程 PHP xmlrpc -服务器。大多数时候它可以工作,但有时会失败,
无效的返回有效负载:启用调试以检查传入的有效负载(第 1 行的 XML 错误,检查 URL)。
在启用调试时,我得到的错误信息为,
<PRE>---GOT---
HTTP/1.1 200 OK
Date: Wed, 07 Dec 2011 03:39:02 GMT
Server: Apache/2.2.16 (Ubuntu)
X-Powered-By: PHP/5.3.3-1ubuntu9.3
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 266
Connection: close
Content-Type: text/html
.
。
cannot serialize xmlrpcresp objects whose content is native php values.
内容类型显示为 html 而不是 xml,这是问题吗?我想获得一些帮助以进一步进行。
I have a PHP xmlrpc-client (http://phpxmlrpc.sourceforge.net/) calling a remote PHP xmlrpc-server. Most of the time it works but sometimes it fails with,
Invalid return payload: enable debugging to examine incoming payload (XML error at line 1, check URL).
On enabling debug, I got the error info as,
<PRE>---GOT---
HTTP/1.1 200 OK
Date: Wed, 07 Dec 2011 03:39:02 GMT
Server: Apache/2.2.16 (Ubuntu)
X-Powered-By: PHP/5.3.3-1ubuntu9.3
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 266
Connection: close
Content-Type: text/html
.
.
cannot serialize xmlrpcresp objects whose content is native php values.
The content type is shown as html instead of xml, is this the issue ?. I would like to get some help to proceed further.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论