【发布时间】:2013-04-30 12:12:11
【问题描述】:
从 CRM4 升级到 2011 后,我一直在尝试将 https:///mscrmservices/2007/CrmService.asmx?WSDL 添加到我的服务参考中:
错误信息:
There was an error downloading 'https://ServerName/mscrmservices/2007/CrmService.asmx?WSDL'.
The request failed with the error message:
--
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="https://<ServerName>/mscrmservices/2007/CrmServiceWsdl.aspx">here</a>.</h2>
还尝试了“https:///mscrmservices/2007/CrmServiceWsdl.aspx”,如错误消息中所示,但得到相同的回报。
通过网络访问时,只需在 Visual Studio 中添加作为参考即可正常工作
其他网址也可以,例如 https:///XRMServices/2011/Organization.svc?wsdl=wsdl0
此链接表明它应该没问题: http://msdn.microsoft.com/en-us/library/gg334316.aspx
有人见过吗?
【问题讨论】:
标签: visual-studio-2010 visual-studio dynamics-crm-2011 crm dynamics-crm-4