RIA 域名服务托管
我有一个应用程序,其中有一个 EntityModel。 我有一个与此 EntityModel 对话的 DomainService。 我对此应用程序使用简单的 LinqToEntitiesDomainService,而不是 .svc 扩展文件。 在 Silverlight(客户端)上,我能够通过此服务获取/放置数据。
现在我的问题是: 我想在我的应用程序中查看托管 RIA 域服务的 wsdl。 我如何查看该服务的 wsdl? (正如我们在 Internet Explorer 中看到的 .svc 服务的 wsdl)
我正在使用 VS2008 sp1 studio、.net3.5 和 RIA - july ctp。
i have an application, in which i have an EntityModel.
i have a DomainService which talks to this EntityModel.
i am using simple LinqToEntitiesDomainService for this application, not .svc extension files.
On Silverlight (client), i am able to get/put the data through this service.
Now my question is:
I want to see the wsdl of hosted RIA Domain service in my application.
How can i see the wsdl for this service? (as we see the wsdl for .svc service in internet explorer)
I am using VS2008 sp1 studio, .net3.5 and RIA - july ctp.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要公开您的服务。您可以看到 http://blogs.msdn.com/b/brada/archive/2010/03/29/silverlight-4-ria-services-ready-for-business-exusing-wcf- wsdl-services.aspx 了解更多详细信息。
You need to expose your service. You can see http://blogs.msdn.com/b/brada/archive/2010/03/29/silverlight-4-ria-services-ready-for-business-exposing-wcf-wsdl-services.aspx for more details.