0

I'm trying to create an EndPoint to use Dynamics NAV web services. The problem is that the path to the WSDL

http://remotehost:7047/DynamicsNAV70/WS/SystemService?wsdl 

is protected with NTLM and I can not access. Anyone know how to pass the username and password? thanks

John Slegers
  • 45,213
  • 22
  • 199
  • 169
Rafa Hernández
  • 468
  • 7
  • 19

1 Answers1

0

If you configure your Service Tier with WebServicesUseNTLMAuthentication = true (Details) you will be able to access the Web Service WSDL with Basic Auth and a valid Windows User Account (DOMAIN\username) who has Access to Dynamics NAV.

Daniel Göhler
  • 162
  • 1
  • 12