From f45e330d3711b8fa4b04c97a5c9210cec72aa016 Mon Sep 17 00:00:00 2001 From: mguessan Date: Mon, 23 Jun 2014 21:32:08 +0000 Subject: [PATCH] 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 --- src/site/xdoc/faq.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml index a9502ac6..2f0563ff 100644 --- a/src/site/xdoc/faq.xml +++ b/src/site/xdoc/faq.xml @@ -37,7 +37,7 @@

EWS endpoint not available

-

Unfortunately, this probably means your Exchange administrators blocked EWS access.

+

Unfortunately, this may mean your Exchange administrators blocked EWS access.

To check this, try to connect to https://mail.company.com/ews/exchange.asmx @@ -45,6 +45,11 @@ 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.

+

Another way to get EWS endpoint is to use Microsoft provided test page at:

+ https://testconnectivity.microsoft.com +

Choose Outlook discover section, on test success expand details until you find + POST response with EwsUrl value (internal and external).

+

Once you have this url, set it as OWA address in DavMail and force EWS mode

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 endpoint.