I have been trying to add https://<ServerName>/mscrmservices/2007/CrmService.asmx?WSDL to my service References after upgrading from CRM4 to 2011:
the error message:
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>
</body></html>
Have also tried "https://<ServerName>/mscrmservices/2007/CrmServiceWsdl.aspx" as seen in error message but get same return.
When accessing via web it works fine just adding as a reference in Visual Studio
other urls work ok such as https://<ServerName>/XRMServices/2011/Organization.svc?wsdl=wsdl0
this link suggests it should be fine:
msdn.microsoft.com/.../gg334316.aspx
Has anyone seen this before?
*This post is locked for comments