扩展 Dynamics CRM 2011 服务
我需要创建一个 WCF 服务来扩展 Dynamics CRM 2011 提供的功能,并且能够超越简单的 CRUD 调用。有没有涵盖该主题的好的教程或代码示例?
I need to create a WCF service to extend what Dynamics CRM 2011 offers and be able to go beyond simple CRUD calls. Are there any good tutorials or code samples covering this topic ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想在内置 CRM Web 服务之上添加另一层 Web 服务,也可以。您只需要创建一个普通的 asmx 或 WCF 服务,包含 SDK DLL,并在其中对 CRM 执行底层 CRUD 操作。类似的问题/答案在这里 - http://social .microsoft.com/Forums/en/crmdevelopment/thread/2c420566-cb9f-4d33-bb97-fea63f1843eb
If you want to add another layer of web services on top of the built in CRM web services that is fine. You will just need to create a normal asmx or WCF service, include the SDK DLLs, and perform the underlying CRUD operations to CRM within. Similar question/answer here - http://social.microsoft.com/Forums/en/crmdevelopment/thread/2c420566-cb9f-4d33-bb97-fea63f1843eb