Мне нужно подключиться к метаданным WebService, предоставленным CRM 2011. Я знаю, что он существует только для проблем совместимости и что я не должен его использовать.Добавить служебную ссылку на метаданные WebService в CRM 2011
Тем не менее, мне нужно это сделать.
Когда я добавить URL веб-службы я получаю свою ошибку:
Был ошибка загрузки link. Сбой запроса с сообщением об ошибке:
<html>
<head>
<title>Object moved</title>
</head>
<body>
<h2>Object moved to
<a href="https://lll.ppp/mscrmservices/2007/metadataservice.asmx?
WSDL&uniquename=orgname/_vti_bin/ListData.svc/$metadata">here</a>.
</h2>
</body>
</html>
Metadata contains a reference that cannot be resolved:
'https://lll.ppp/mscrmservices/2007/metadataservice.asmx?WSDL&uniquename=orgname'.
The HTTP request is unauthorized with client authentication scheme 'Anonymous'.
The authentication header received from the server was 'Negotiate,NTLM'.
The remote server returned an error: (401) Unauthorized.
If the service is defined in the current solution,
try building the solution and adding the service reference again.
Я проверил и анонимная проверка подлинности включена. Что происходит?