添加Web引用动态CRM [英] Adding web reference dynamics crm

查看:178
本文介绍了添加Web引用动态CRM的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图按照这篇文章,但我被困在导入Web引用之一。

http://msdn.microsoft.com/en-us/library/ bb955359.aspx

这一点:

要添加CrmService Web服务引用

在解决方案资源管理器窗口中,右键单击您的项目名称,然后选择添加Web引用。
在添加Web引用向导中,键入在URL框中的CrmService Web服务的URL,使用名称和端口号为您的Microsoft Dynamics CRM服务器,然后单击Go。例如:
HTTP:///mscrmservices/2007/CrmServiceWsdl.aspx

当我去这个地址,我可以看到WSDL定义,但在添加引用框从未激活。

任何想法?


解决方案

试试这个:

从编程Microsoft Dynamics CRM 4.0的由斯蒂格,斯奈德,博萨卡,奥布莱恩和理查德森:


  1. [...]

  2. 右键单击该项目,然后单击添加服务引用。

  3. 单击在添加服务引用中的高级按钮。

  4. 在服务引用设置框中,单击添加Web引用。

  5. 在添加Web引用对话框中,添加CrmService参考:

    1. 在URL框中,键入的http://<&CRMSERVER GT; /mscrmservices/2007/crmservice.asmx 键,然后单击转到

    2. 在Web引用名框中,键入 CrmSdk 。 (请注意,如果您使用的是C#,这是区分大小写的。)

    3. 单击添加引用。


Hi I am trying to follow this article but am stuck on importing one of the web references.

http://msdn.microsoft.com/en-us/library/bb955359.aspx

This bit:

To add the CrmService Web service reference

In the Solution Explorer window, right-click your project name and choose Add Web Reference. In the Add Web Reference wizard, type the URL for the CrmService Web service in the URL box, using the name and port number for your Microsoft Dynamics CRM server, and then click Go. For example: http:///mscrmservices/2007/CrmServiceWsdl.aspx

When I go to this address I can see the wsdl definition but the Add reference box never activates.

Any ideas?

解决方案

Try this:

From "Programming Microsoft Dynamics CRM 4.0" by Steger, Snyder, Bosak, O'Brien and Richardson:

  1. [...]
  2. Right-click the project and then click Add Service Reference.
  3. Click the Advanced button in the Add Service Reference box.
  4. In the Service Reference Settings box, click Add Web Reference.
  5. In the Add Web Reference dialog box, add the CrmService reference:

    1. In the URL box, type http://<crmserver>/mscrmservices/2007/crmservice.asmx and then click Go.
    2. In the Web reference name box, type CrmSdk. (Note that if you are using C#, this is case sensitive.)
    3. Click Add Reference.

这篇关于添加Web引用动态CRM的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆