异常处理ExchangeWebServices php-ews

时间:2015-08-26 15:30:25

标签: php-ews

我使用https://github.com/jamesiarmes/php-ews库来访问我的兑换帐户。

如果我使用正确的凭据来创建ExchangeWebServices对象,我会得到准确的响应。

$ews = new ExchangeWebServices("outlook.office365.com", "tes@abc.com", "test123");

$request = new EWSType_FindItemType();

$response = $ews->FindItem($request);

但如果凭据有误,则会通过抛出异常

来破坏网站
EWS_Exception: SOAP client returned status of 401 in ExchangeWebServices->processResponse() 

有没有办法让响应变为“失败”或某些布尔值而不是错误消息?

0 个答案:

没有答案