CRM 2011 数据在服务中丢失
我使用 URL 在 VS.NET 2010 中添加服务引用
http://[orgname].api.crm.dynamics.com/XrmServices/2011/Organization.svc?wsdl
,但它没有从 CRM 获取实体,只是获取其余信息,
那么它如何添加对其的引用,我已检查过
http://bingsoft.wordpress.com/2010/10/21/crm-2011-beta-discovery-and-web-service-urls/
I am adding a service reference in VS.NET 2010 using
http://[orgname].api.crm.dynamics.com/XrmServices/2011/Organization.svc?wsdl
URL but it doesn't get the entities from the CRM, just get rest of the information
so how do it add reference to it, i have checked
http://bingsoft.wordpress.com/2010/10/21/crm-2011-beta-discovery-and-web-service-urls/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过使用 crmsvcutil 工具。 http://msdn.microsoft.com/en-us/library/ff681561.aspx
Have you tried using the crmsvcutil tool. http://msdn.microsoft.com/en-us/library/ff681561.aspx
这里可以找到使用 CRM Online 实例所需遵循的步骤(非常简单)。您可以使用
crmsvcutil.exe
工具生成组织的元数据。Here you can find the steps (they are pretty straightforward) you need to follow to work with your CRM Online instance. You use the
crmsvcutil.exe
tool to generate the metadata of your organization.