Question

I need to connect to the metadata WebService provided by CRM 2011. I do know it is there just for compatibility issues and that I should not use it.

Still, I need to do it.

When I add the url of the web service I get his error:

There was an error downloading link. The request failed with the error message:

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

I checked and anonymous authentication is enabled. What is happening?

Was it helpful?

Solution

Using the IP address solved it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top