简体   繁体   English

适用于Silverlight应用程序的CRM2011插件服务

[英]CRM2011 Plugin Service for Silverlight app

Is it possible to provide a bunch of CRM Entities from CRM2011 to a Silverlight App trough a Plugin? 是否可以通过插件为CRM2011提供大量的CRM实体到Silverlight应用程序?

Adding the WSDL Url to Silverlight failed and the generated Context with CRMSVCUTIL can't be added to a Silverlight Project. 将WSDL Url添加到Silverlight失败,并且使用CRMSVCUTIL生成的Context无法添加到Silverlight项目。

What is the best approach to get the Entities? 获取实体的最佳方法是什么?

Thanks 谢谢

Not through a plugin. 不是通过插件。

You will probably want to use the SOAP or REST endpoint, for both, samples are available on the MSDN. 您可能想要使用SOAP或REST端点,因为这两种示例都可以在MSDN上获得。

Start here: Use Web Service Data in Web Resources (REST and SOAP Endpoint) 从这里开始: 在Web资源中使用Web服务数据(REST和SOAP端点)

(Web Resource in this context includes Silverlight). (本文中的Web资源包括Silverlight)。

Pick the endpoint you wish to use, then drill down to the articles beneath, should be enough to get you started. 选择您想要使用的端点,然后深入到下面的文章,应该足以让您入门。

You can download the CSDL file for use in Silvelight. 您可以下载CSDL文件以在Silvelight中使用。 That should be available in Developer Resources in Settings. 这应该在“设置”中的“开发人员资源”中可用。 Once you have that, google will be your friend. 一旦有了,Google将成为您的朋友。 (I would put more but unable to browse at the moment). (我会放更多,但目前无法浏览)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM