Hi,
In my Silverlight 3 app, I just added a Service Reference to the Exchange 2007 Web Service (EWS). After doing so, I got the following warning:
Custom tool warning: No endpoints compatible with Silverlight 3 were found. The generated client class will not be usable unless endpoint information is provided via the constructor.
As a result, I can't use the ExchangeServiceBinding from the Silverlight code (which seems like the key class to use to make calls to the service). Any clues?
Thanks!