我正在使用https://github.com/jamesiarmes/php-ews库连接到我们的 Microsft Exchange Server 2010 SP3,但我收到此错误:致命错误:未捕获的 SoapFault 异常:[HTTP] 未经授权
我正在使用以下提供的示例:/examples/message/create.php
并在此行触发错误:index.php
$response = $client->CreateItem($request);
客户端.php
$response = $this->soap->{$operation}($request);
当我尝试从浏览器访问 wsdl 文件时,它工作正常,并且经过身份验证后,我可以看到 Services.wsdl 下的所有选项。
你认为问题是什么?是否需要在 Microsoft Exchange 上启用某些设置才能使用 SOAP 服务?