如何安心使用WCF Ria服务?
我的问题是对我之前未回答的问题的改写 one 进行澄清。 WCF Ria 服务基本上是一个 Web 服务 (SOAP),通过 .svc 样式 Web 服务公开。如何重用我的 ria 域服务(包含 CRUD 操作的服务)在 WCF 数据服务上构建数据服务?
谢谢你,我试图缩小我的问题范围,避免重复。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在我们现在正在完善的版本中,您只需选中一个复选框(或添加一个简单的配置条目)即可将您的 DomainService 公开为 OData Feed(即 DataServices 有线协议)。希望有帮助。
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.
也许这有帮助: http://blogs.msdn.com/b/davrous/archive/2010/12/14/how-to -open-a-wcf-ria-services-application-to-other-type-of-clients-the-json-endpoint-4-5.aspx
Maybe that helps: http://blogs.msdn.com/b/davrous/archive/2010/12/14/how-to-open-a-wcf-ria-services-application-to-other-type-of-clients-the-json-endpoint-4-5.aspx