Hi all,
In a SOAP web service we get sometimes the error 'The server has rejected the client credentials'. If we get this error we must restart the instance. After restart everything is working fine again. In the eventviewer we don't see any warning or error when this error occurs. Does someone have a suggestion for me?
Configuration
BC13
SOAP webservice using NTLM authentication
webservice called from a local middleware application
Thanks!
Answers
"//ClientServicesProtectionLevel": [
"Specifies the security services to protect the data stream between the Microsoft Dynamics NAV Web client and",
"Microsoft Dynamics NAV Server. This value must match the value that is specified in the Microsoft Dynamics NAV Server",
"configuration file. Valid options include: EncryptAndSign, Sign, None"
],
"ClientServicesProtectionLevel": "EncryptAndSign",