Update FAQ on EWS endpoint not available error

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2295 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2014-06-23 21:32:08 +00:00
parent 42b288bb3b
commit f45e330d37
1 changed files with 6 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<p> <p>
<strong>EWS endpoint not available</strong> <strong>EWS endpoint not available</strong>
</p> </p>
<p>Unfortunately, this probably means your Exchange administrators blocked EWS access.</p> <p>Unfortunately, this may mean your Exchange administrators blocked EWS access.</p>
<p>To check this, try to connect to <p>To check this, try to connect to
<code>https://<i>mail.company.com</i>/ews/exchange.asmx <code>https://<i>mail.company.com</i>/ews/exchange.asmx
</code> </code>
@ -45,6 +45,11 @@
you should get the EWS wsdl definition. If you don't, please contact the Exchange administrators you should get the EWS wsdl definition. If you don't, please contact the Exchange administrators
to let them fix the broken Exchange server setup. to let them fix the broken Exchange server setup.
</p> </p>
<p>Another way to get EWS endpoint is to use Microsoft provided test page at:</p>
<code>https://testconnectivity.microsoft.com</code>
<p>Choose Outlook discover section, on test success expand details until you find
POST response with EwsUrl value (internal and external).</p>
<p>Once you have this url, set it as OWA address in DavMail and force EWS mode</p>
<p>Note: Microsoft Outlook 2011 on OSX and native OSX applications also rely on EWS to connect to <p>Note: Microsoft Outlook 2011 on OSX and native OSX applications also rely on EWS to connect to
Exchange. Mobile devices (Android phones, iPhones, Windows mobile) use ActiveSync on a different Exchange. Mobile devices (Android phones, iPhones, Windows mobile) use ActiveSync on a different
endpoint. endpoint.