I am currently implementing a NAV 2015 solution where I need to access a couple of NAV Page Web services. The problem is that I can't get past the Authentication.
I have tried using both http and https but no matter what I try I'm unable to connect.
Trying to browse the Web Service using either IE or Chrome just results in a neverending stream of login windows.
NAV is set up to use Windows Credentials.
Using http I'm able to add the reference to my Visual Studio 2012 project. But when trying to use the service I keep getting errors regarding credentials. Using https the neverending stream of login windows appear.
Example for NAV 2013 like (http://msdn.microsoft.com/en-us/library/dd355316(v=nav.71).aspx) does not work. For example the UseDefaultCredentials attribute doesn't exist. I'm new to NAV but to me it seems like the Web Services implementation have changed from NAV 2013 to NAV 2015.
Is there anyone that know how to configure/connect to the service? Spent the last 2 days testing different combinations of configurations and code.
*This post is locked for comments
I have the same question (0)