Hi,
this is my first post to this forum. Please forgive my bad english :-)
I´ve got a question regarding WebServices and credentials.
I create new network credentials in my VB.NET-Code containing username, password and domain and everything is working fine.
But I´m not sure wether there would be a way not to use a valid windows login and instead use a SQL-Database login for the NAV-Database.
So the question is: "Can I connect to NAV2009-Webservices only with a windows login, or not?"
Thanks :-)
0
Comments
please set parameter WebServicesUseNTLMAuthentication to true in CustomSettings.config. Config file is located in C:\Program Files\Microsoft Dynamics NAV\60\Service by default.
P.S. This option is available only in NAV 2009 SP1
WebServicesUseNTLMAuthentication=true forces NTLM authentication, and should be used for web service clients which do not support Microsoft's HTTP negotiate authentication extension.
Alex