Hi,
I'm new to nav. I have a dynamics web services installed, but for some reason it refuses to negotiate authentication.
Are there other config settings besides ClientCredentialType?
CustomSettings.config
<add key="ClientCredentialType" value="Windows"></add>
A message sent to adapter "WCF-Custom" on send port "Snd_DynamicSentToConsumer" with URI "
http://server:7099/DynamicsNAV/WS/APP/Codeunit/ProjectWebservice" is suspended.
Error details: System.ServiceModel.Security.MessageSecurityException: The HTTP request was forbidden with client authentication scheme 'Negotiate'. ---> System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
Comments
If you install IIS or not on the navision webservice server, does this change anything?
In other words SPN or delegate issues.
In this case the sender account did not delegate to the http/navision server in AD.