glpi 网络服务调用 returns 无响应和错误响应

glpi webservice call returns No response and Bad response

几周以来我一直在研究 glpi。每当我尝试使用命令

调用网络服务时
/var/www/html/glpi0.84/glpi/plugins/webservices/scripts$ php testxmlrpc.php --host=127.0.0.1 --url=/glpi0.84/glpi/plugins/webservices/scripts/testxmlrpc.php

它returns

+ Calling 'glpi.test' on    http://127.0.0.1//glpi0.84/glpi/plugins/webservices/scripts/testxmlrpc.php
+ Calling 'glpi.test' on  http://localhost//glpi/plugins/webservices/xmlrpc.php
+ No response
+ Bad response

我该如何解决这个问题?还有没有办法使用 ocs 结合 glpi 来实现网络发现?我已经提到了 ocs documentation。我已经安装了 ocsinventory-agent,但没有使用 sudo ocsinventory-agentsudo ocsinventory-agent --server=localhost returns 调用 ocs 代理。

我自己修好了。问题是我必须提供在 glpi webservice 插件中设置的凭据,而不是用于登录到 glpi web 界面的凭据。这可以从

访问

plugins-->webservices-->local-->username/password