Hi,
We want to access Microsoft Dynamics SL web services and successfully got it installed.
We are able to access LoginWindows service and its WSDL with URL hostname/Microsoft.Dynamics.SL.WebServices.Session.LoginWindows.svc.
But while accessing other services for example CommunicatorService with URL hostname/Microsoft.Dynamics.SL.WebServices.CommunicatorService.svc we are getting following error.
The authentication schemes configured on the host ('IntegratedWindowsAuthentication') do not allow those configured on the binding 'BasicHttpBinding' ('Anonymous'). Please ensure that the SecurityMode is set to Transport or TransportCredentialOnly. Additionally, this may be resolved by changing the authentication schemes for this application through the IIS management tool, through the ServiceHost.Authentication.AuthenticationSchemes property, in the application configuration file at the <serviceAuthenticationManager> element, by updating the ClientCredentialType property on the binding, or by adjusting the AuthenticationScheme property on the HttpTransportBindingElement.
Could you please help us with this.
Thank you,
Pranab Bhatta.
*This post is locked for comments