PHP EWS - 致命错误:未捕获的SoapFault异常:[HTTP]未经授权

时间:2017-07-11 09:00:36

标签: php web-services soap wsdl php-ews

我使用https://github.com/jamesiarmes/php-ews库连接到我们的Microsft Exchange Server 2010 SP3,但是我收到此错误:致命错误:未捕获的SoapFault异常:[HTTP]未经授权

see error message here

我正在使用以下提供的示例:/examples/message/create.php

并在此行触发错误: index.php

$response = $client->CreateItem($request);

Client.php

$response = $this->soap->{$operation}($request);

当我尝试从浏览器访问wsdl文件时,它工作正常,经过身份验证后,我可以看到Services.wsdl下的所有选项。

您认为问题是什么? 是否需要在Microsoft Exchange上启用某些设置才能使用SOAP服务?

0 个答案:

没有答案
相关问题