使用 Web 服务访问 Microsoft 托管的 CRM 4
我正在尝试为我们正在设计的项目执行与 CRM 4.0 集成的概念验证。我没有安装还需要设置 Active Directory 的试用版,而是在此处设置试用托管版本:http://crm.dynamics.com/en-gb/Trial-overview
我正在尝试建立 Web 服务连接,但收到 401 未经授权错误。我发现的一些代码示例涉及使用 DiscoveredService,但我无法在 Visual Studio 中添加对此的 Web 引用,因为它找不到它。在 Web 浏览器中访问时,asmx 文件就在那里,但只有一个 Execute 方法 init。
我想我的问题是:可以使用 CRM Web 服务访问托管的 Microsoft CRM 解决方案吗?
感谢您的帮助, 约翰
I'm trying to perform a proof of concept of integration with CRM 4.0 for a project we are designing. Rather than installing the trial version which would require setting up Active Directory as well, I setup a trial hosted version here: http://crm.dynamics.com/en-gb/trial-overview
I am trying to establish a web services connection but I am getting a 401 Unauthorised error. Some of the code samples I found involve using the DiscoveredService but I cannot add a web reference to this in Visual Studio as it doesn't find it. The asmx file is there when accessed in the web browser but there is only an Execute method init.
I suppose my question is: Can the hosted Microsoft CRM solution be accessed using the CRM web services?
Thanks for your help,
John
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,下载 Microsoft CRM SDK。它包含已设置用于执行此操作的代码示例。
Absolutely, download the Microsoft CRM SDK. It contains code samples that are already set up to do this.