WCF 域服务 (Silverlight RIA) 和 SharePoint Foundation 2010 BCS 集成
是否可以使用 Silverlight 4 RIA 中生成的域服务并通过 SharePoint 2010 的 BCS 中的外部内容类型连接到它?
我知道您没有从服务网页获取 WSDL 文件,但我不确定即使我能够生成 WSDL,也没有什么东西可以完全阻止它工作。
Would it be possible to use the Domain Service generated in a Silverlight 4 RIA and connect to it via an External Content Type in SharePoint 2010's BCS?
I know that you do not get a WSDL file from the Service web page, but I am not sure that there isn't something that completely prevents it from working at all even if I were able to generate a WSDL.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我正在尝试做类似的事情 - 不幸的是,我能找到的最接近 WCF RIA 服务 + silverlight 体验(使用 SP 2010)的是: http://ogarshol.blogspot.com/2010/05/wcf-ria-services-10-for-sharepoint-2010 .html
I'm trying to do something similar - and unfortunately, the closest I could find to the WCF RIA services + silverlight experience, using SP 2010 is this: http://ogarshol.blogspot.com/2010/05/wcf-ria-services-10-for-sharepoint-2010.html