R – How to use in a restful way WCF Ria Services

wcf-data-serviceswcf-ria-services

My question is a rephrase of my previous unanswered one for clarification.
WCF Ria Services is basically a web service (SOAP), exposed via the .svc style web service. How can I reuse my ria domain service (the one containing the CRUD operations) to construct a data service on WCF Data Services?

Thank you and I tried to narrow down my question avoiding duplication.

Best Answer

In the release we are polishing now, you will be able to simply check a check box (or add a simple config entry) to expose your DomainService as an OData Feed (that is the DataServices wire protocal). Hope that helps.

Related Topic