0

CRM 2011 が提供するメタデータ Web サービスに接続する必要があります。これは互換性の問題のためだけに存在し、使用すべきではないことはわかっています。

それでも、私はそれをする必要があります。

Web サービスの URL を追加すると、エラーが発生します。

リンクのダウンロード中にエラーが発生しました。リクエストは次のエラー メッセージで失敗しました。

<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.

確認したところ、匿名認証が有効になっています。何が起こっている?

4

1 に答える 1