Microsoft Exchange WebService URL

alaamh picture alaamh · Sep 30, 2010 · Viewed 9.1k times · Source

How to know Exchange WebService URL, I have Exchange server version 2007 and I am trying to write a small C# console application to collect some data from exchange server but don't know what is the Exchange.WebServices Url. AutodiscoverUrl failed.

Answer

Andreas Paulsson picture Andreas Paulsson · Sep 30, 2010

You can find the web service at

https://<myserver>/ews/exchange.asmx

You can find a tutorial at http://www.codeproject.com/KB/exchange/Exchange2007EWS-Part1.aspx