gpt4 book ai didi

java - XML-RPC PHP Java

转载 作者:行者123 更新时间:2023-11-30 09:58:18 24 4
gpt4 key购买 nike

我在 XML-RPC 通信方面遇到问题。我有一个用 Java 和 Apache XmlRpc 制作的 XML-RPC 客户端,以及一个用 PHP 和 PEAR 的 XML_RPC 制作的 XML-RPC 服务器。问题是我收到“HTTP 服务器返回意外状态:未找到”错误。我用 PEAR XML-RPC Client 测试了服务器,它可以工作。我不知道是什么问题,因为我无法打印服务器的响应(我不知道如何),但似乎身份验证有效,因为如果我不输入正确的用户名和密码,我收到身份验证错误。请帮忙!

提前致谢。克里斯蒂安

最佳答案

开始调试,这里是 PEAR XML_RPC 文档中的一些信息:

setDebug()

$client->setDebug ( $debugOn )

$debugOn is either 0 or 1 depending on whether you require the client to print debugging information to the browser. The default is not to output this information.

The debugging information includes the raw data returned from the XML-RPC server it was querying, and the PHP value the client attempts to create to represent the value returned by the server. This option can be very useful when debugging servers as it allows you to see exactly what the server returns.

来源:http://pear.php.net/manual/en/package.webservices.xml-rpc.api.php

关于java - XML-RPC PHP Java,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1074917/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com