Hi,
We're building local Docker Development Environments for NAV2016 development (Using standard NavContainerHelper functions). I'm trying to call a NAV web service using a couple of different web service testing tools (Postman and SOAPUI). In either case, I'm getting an authentication error:
HTTP/1.1 401 Unauthorized
Content-Length: 0
Server: Microsoft-HTTPAPI/2.0
WWW-Authenticate: Negotiate
I can call the web services on our (non-Docker) Test server with no problem.
The Docker Authentication settings for creating the container is set to network authentication.
Has anyone had success in authenticating against web services in the Docker environment without using NAV Authentication?
Thanks,
Ron
Ron
1
Answers
Check if NTLM is allowed.
You can enable it with this, change de variables according your environment:
Regards
Please go through below link it might help you to understand authenticating against web services in the Docker environment without using NAV Authentication.
https://github.com/microsoft/nav-docker/blob/master/HOWTO.md
Thanks & Regards,
Anita