添加web参考动态crm
您好,我正在尝试阅读这篇文章,但我一直坚持导入其中一个网络参考文献。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
来自 Steger、Snyder、Bosak、O'Brien 和 Richardson 的“Microsoft Dynamics CRM 4.0 编程”:
http:///mscrmservices/2007/crmservice.asmx
,然后单击“转到”。CrmSdk
。 (请注意,如果您使用 C#,则区分大小写。)Try this:
From "Programming Microsoft Dynamics CRM 4.0" by Steger, Snyder, Bosak, O'Brien and Richardson:
http://<crmserver>/mscrmservices/2007/crmservice.asmx
and then click Go.CrmSdk
. (Note that if you are using C#, this is case sensitive.)