I have a WCF service running within a SharePoint farm with 4 web servers. This service runs correctly on 3/4 servers. Everything, is identical. (Service, web.config, bindings, security, etc.) I'm using basicHttpBinding with Kerberos. IIS is configured correctly to accomadate Kerberos and Ntlm, and my service is set to use Kerberos, the mex endpoint was removed, and Anonymous Authentication has been disabled..
Like I said. Everything is great on the other servers....it's just this box that's throwing the following error:
etadata contains a reference that cannot be resolved:
' 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.HTTP GET Error
URI: The HTML document does not contain Web service discovery information.
Thoughts??
Like I said. Everything is great on the other servers....it's just this box that's throwing the following error:
etadata contains a reference that cannot be resolved:
' 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.HTTP GET Error
URI: The HTML document does not contain Web service discovery information.
Thoughts??