Hi,
I am doing the webservice tutorial from DEV 2 pdf manual. The installation is on a single computer, all with default settings. In chapter 10, I am to enter the address:
http://localhost:7047/DynamicsNAV/WS/CR ... d/Services
and it should display an xml content. Instead, I am getting a "Website cannot display page" error. I checked, and IIS seems to be working. When I enter
http://localhost, it displays the default ISS page.
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Check if the service is running. His name is : "Microsoft Dynamics NAV Business Web Services"
You can also try to access this page :
http://localhost:7047/DynamicsNAV/WS/Services
Does it work?
It is working now. I used the url:
http://localhost:7047/DynamicsNAV/WS/Services
and it displays the list of web services published in XML.
And to make it simpler, I renamed the company to CRONUS From CRONUS Internation Ltd. and I used the URL:
http://localhost:7047/DynamicsNAV/WS/CRONUS/Services
The question now would be, is there a difference between the two?
http://localhost:7047/DynamicsNAV/WS/CRONUS/Services and
http://localhost:7047/DynamicsNAV/WS/Services
And one more comment to add to this... this somehow only works on Internet Explorer browsers, but does not work with Google Chrome. I wonder why...
And the rename of the company is not needed. %20 instead of Underline would be enough. This is a fault in the documentation it was this way before sp1 (as i know).