vote up 0 vote down star

If I create an ADO .Net Data Service, can I access it from Silverlight accross domains as long as I don't use the ADO .Net Silverlight Client helpers and I have a propery crossdomain.xml file in place? (I would essentialy just get the raw xml and parse it myself)

Asked another way, is it the ADO .Net Data Services Silverlight Client components that don't allow crossdomain calls, or is it the ADO .Net Data Service itself?

I assume it's the client components but would like some confirmation.

flag

25% accept rate

2 Answers

vote up 0 vote down

After further investigation, I found it is as I suspected, the ADO .Net Data Services Silverlight Client limits the communication to calls that are from the same domain. (Not ADO .Net Data Services itself)

This apparently is going to be fixed in a future version of Silverlight.

link|flag
vote up 1 vote down

I wrote about using a Server-side proxy to make the Silverlight Client library with DataServices hosted on a different domain . http://blogs.msdn.com/phaniraj/archive/2008/10/21/accessing-cross-domain-ado-net-data-services-from-the-silverlight-client-library.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.