Hi all,
I want to override the web services authentication method in a service tier. I know the command that should be placed in CustomSettings.config:
<add key="WebServicesUseNTLMAuthentication" value="true"></add>
However, our development environment is Docker, and the containers are built using NavContainerhelper. Does anyone know where (or how) the CustomSettings.config file is - or what folder it needs to be created in?
Thanks
Ron
Ron
0
Answers
After you have created your container you can execute a script in BCContainer, something link:
it will do the trick for you
Thanks - I'll give this a try...
Ron
Just FYI, your script did the trick! I was able to change NAV's authentication method priorities and now NTLM is the first method it tries, so SoapUI Open Source is able to connect to the NAV web services. Thank you for your help.