Options

Authenticate via WebServices

SteveKnottSteveKnott Member Posts: 47
edited 2010-02-17 in NAV Three Tier
Hi,

We are running Nav 2009 SP1 Build 29626

I have created some webservices, and they seem to be working correctly.

I can add references to them properly in Visual Studio on the server that is running the web services with localhost...

http://localhost:7047/DynamicsNAV/WS/Services

From any other pc, I cannot get to the page via

http://servername:7047/DynamicsNAV/WS/Services

The login box keeps popping up, and I cannot get in. It's like the password is wrong.

I can however login via the Role Tailored Client from any other PC with no issue, so my Windows Login has access to the database etc.

I have no idea where to check etc ?

Thanks,
Steve

Comments

  • Options
    ara3nara3n Member Posts: 9,255
    you need to setup delegation on the user running webservice.

    Take a look at MSDN or help for walk through.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Options
    freddy.dkfreddy.dk Member, Microsoft Employee Posts: 360
    I would guess that the RTC would have problems too if delegation wasn't setup.

    The machines are in the same domain right?
    Do you have any advanced firewall or anything on the machine, that could be causing this?

    you say that http://localhost:7047/DynamicsNAV/WS/Services works on the computer - what if you do
    http://servername:7047/DynamicsNAV/WS/Services on the service tier computer - does that work?
    Freddy Kristiansen
    Group Program Manager, Client
    Microsoft Dynamics NAV
    http://blogs.msdn.com/freddyk

    The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.
  • Options
    ara3nara3n Member Posts: 9,255
    for webservice you need additional SPN to be setup.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.