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.