views:

24

answers:

1

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.

A: 

You can find the web service at

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

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

Andreas Paulsson