添加web参考动态crm

发布于 2024-12-21 22:17:10 字数 489 浏览 0 评论 0原文

您好,我正在尝试阅读这篇文章,但我一直坚持导入其中一个网络参考文献。

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

这一点:

添加 CrmService Web 服务引用

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

当我访问此地址时,我可以看到 wsdl 定义,但“添加引用”框永远不会激活。

有什么想法吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

守不住的情 2024-12-28 22:17:10

试试这个:

来自 Steger、Snyder、Bosak、O'Brien 和 Richardson 的“Microsoft Dynamics CRM 4.0 编程”:

  1. [...]
  2. 右键单击​​该项目,然后单击“添加服务引用”。
  3. 单击“添加服务引用”框中的“高级”按钮。
  4. 在“服务引用设置”框中,单击“添加 Web 引用”。
  5. 在“添加 Web 引用”对话框中,添加 CrmService 引用:
    1. 在 URL 框中,输入 http:///mscrmservices/2007/crmservice.asmx,然后单击“转到”。
    2. 在 Web 引用名称框中,输入 CrmSdk。 (请注意,如果您使用 C#,则区分大小写。)
    3. 单击“添加参考”。

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.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文