proble access web service

Installed Nav 2009,

NAV Server and Nav Business web services and role tailored client in one machine (Windows 2003 Server intalled on that machine).

I published a web service. Its runs on the browser like

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

But when i give the manchine name instead of local host then it ask me for user name and password

http://Machine:7047/DynamicsNAV/WS/CRONUS_International_Ltd./Services

then User name and password window popup

I need to access web service in windows application.

Thanks

Add your webservice URL into your local intranet sites list in IE. Or disable the enhanced security in IE.

I like to access the URL on another machine.

The Web service url is on the Server.

Add web reference for that service in another development machine its shows following error

There was an error downloading ‘http://MachineName:7047/DynamicsNAV/WS/CRONUS_International_Ltd./Services’.
The request failed with the error message:

<s:Envelope xmlns:s=“http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode xmlns:a=“urn:microsoft-dynamics-schemas/error”>a:Microsoft.Dynamics.Nav.Types.NavDatabasePasswordExceptionThe user ID and password are invalid. Try again.The](http://schemas.microsoft.com/2003/10/Serialization/”>The) user ID and password are invalid. Try again.</s:Fault></s:Body></s:Envelope>
–.
Metadata contains a reference that cannot be resolved: ‘http://MachineName:7047/DynamicsNAV/WS/CRONUS_International_Ltd/Services’.
The HTTP request is unauthorized with client authentication scheme ‘Anonymous’. The authentication header received from the server was ‘Negotiate’.
The remote server returned an error: (401) Unauthorized.
If the service is defined in the current solution, try building the solution and adding the service reference again.

Is your second computer in a different Windows domain or workgroup? My first suggestion resolved the issue when the computers are in the same domain. When attempting to run from a computer in a different domain/workgroup I get an error similar to your’s. I have not resolved it yet.

My second compuer are on the same domain.