I'm developing a silverlight app using WCF Ria service. My WCF Ria service is hosted on serverA and the silverlight app is hosted on serverB. First, i create a WCF service and in my silverlight app, i added the referece to the WCF service. I added the crossdomain files and able to access the functions in the service. Good.
Back to my WCF service in VS 2010, i added the ADO.NET Entity Data Model and the Domain Service. VS creates a few files refencing the tables i selected. I compiled the service and update the new files to serverA.
Back to my silverlight app in VS. I updated the service reference. Good, no error.
Now, how do i use the Ria doman service? I've seen a few samples where they add the ADO.NET Entity Data and the Domain Service within the Silverlight app. Do i misunderstand the Ria service? Or do i have to call the WCF function then within that function to manipulate the DomainServcie object?
WishStar99
Contributor
2842 Points
865 Posts
Question regarding WCF and Ria service.
Jan 10, 2012 05:10 PM|LINK