You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when i use any functions of exchangeClient no data are retrieve.
which are the potential problem ?
my server is NTLM & Basic atuhentification and the url of my asmx services is an https,
i also must be pass to an proxy (entreprise architecture)
thans in advance
The text was updated successfully, but these errors were encountered:
It may be a little late for a response, but others who read this might be interrested.
Both, AUTH_BASIC and AUTH_NTLM can be used with the lib, but for security reasons you should only use NTLM (which is unsafe also, but not that like unencrypted cleartext passwords on the net).
HTTPS should not be an issue, because the lib switches off any SSL verifycation (well, very unsafe also).
To use a proxy, i guess you should simply set environment-variables 'http_proxy' and 'https_proxy' and it should do. The lib uses cURL to communicate.
I'm using it without proxy, but with SSL, and it seems to work allright.
hello,
i do an advance install. the wsdl will be not load if i don't declare the realPath of wsdl :
$exchangeclient = new ExchangeClient();
$exchangeclient->init("xxxx", "xxxx", null, realpath(dirname(FILE) . '/EWS/lib/Services.wsdl'));
$items = $exchangeclient->get_messages();
But when i use any functions of exchangeClient no data are retrieve.
which are the potential problem ?
my server is NTLM & Basic atuhentification and the url of my asmx services is an https,
i also must be pass to an proxy (entreprise architecture)
thans in advance
The text was updated successfully, but these errors were encountered: