Silverlight 3 - Exchange Web Service -


In my Silverlight 3 app, I've just added the service reference in Exchange 2007 Web Service (EWS). After doing this, I got the following warning:

Custom Device Warning: No end point compatible with Silverlight 3 was found. The generated client class will not be useful, unless the endpoint is provided through the Information Constructor.

As a result, I can not use ExchangeServiceBinding from the Silverlight code (which seems like the main category to use to call for service) No clue?

Thank you!

Solilight currently supports only the basic Http binding. So, what do you need to do that is to create a web service that wraps EWS and enables the original HTP binding of your webservice.

Hope it helps.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -