Hi All,
Using NAV 2009 R2 facing issue in WebServices ie.,
Able to view the web service URL in the browser when WebServicesUseNTLMAuthentication is false in the CustomSetting config file.
Attached login issue occurs in the browser when WebServicesUseNTLMAuthentication is set to True in CustomSetting config file.
and also checked with IP Address and followed the below link:
blogs.msdn.com/.../connecting-to-nav-web-services-from.aspx
What could be the root cause for this issue.
<?xml version="1.0"?>
-<s:Envelope xmlns:s="schemas.xmlsoap.org/.../envelope">-<s:Body>-<s:Fault><faultcode xmlns:a="urn:microsoft-dynamics-schemas/error">a:Microsoft.Dynamics.Nav.Types.NavDatabasePasswordException</faultcode><faultstring xml:lang="en-US">The user ID and password are invalid. Try again.</faultstring>-<detail><string xmlns="schemas.microsoft.com/.../Serialization">The user ID and password are invalid. Try again.</string></detail></s:Fault></s:Body></s:Envelope>
the above error occurs in the browser when useNTLM is set to true.
*This post is locked for comments