Hi Pals,
I have 2 system in which I have installed Navision and published 2 objects (Customer and Vendor) in one system and trying to access the published objects through URL from other system.
When I tried to access those objects through the following URL in the same system (where I installed Navision) by giving the following URL...
http://localhost:7047/DynamicsNAV/WS/CRONUS Australia Pty. Ltd./services
... it is working fine. I can verify the services published and can able to view data by giving following URL:
http://localhost:7047/DynamicsNAV/WS/CRONUS Australia Pty. Ltd./Page/Customer
But when I tried to access those objects through some other system by giving the following URL, I am not able to verify the published webservice:
http://xx.xx.xx.xx:7047/DynamicsNAV/WS/CRONUS Australia Pty. Ltd./Page/Customer
xx.xx.xxx.xxx is the server IP address.
May I know what is the issue behind this? Can anybody help in resolving this issue.
Thanks in advance,
Aravindh.
Comments
Check these to see if it helps:
http://msdn.microsoft.com/en-us/library/dd301254.aspx
http://blogs.msdn.com/nav_developer/archive/2009/06/12/setting-up-nav-2009-on-three-machines.aspx
http://msdn.microsoft.com/en-us/library/dd568720.aspx
https://mbs.microsoft.com/Cms/Templates/document/General.aspx?NRMODE=Published&NRNODEGUID={048682AA-4C8F-4D51-B311-C9707A9A795B}&NRORIGINALURL=/customersource/downloads/servicepacks/bestpracticesanalyzernav2009.htm?printpage=false&stext=nav%25202009%2520best%2520practices%2520analyzer&NRCACHEHINT=Guest&printpage=false&stext=nav 2009 best practices analyzer&wa=wsignin1.0
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
have you tried to "escape" the special chars your URL?
Try for example:
[url=http://]http://[/url]<Server Name>:7047/DynamicsNAV/WS/CRONUS%20Australia%20Pty.%20Ltd/services
Regards,
egnaz
What you exactly mean by "escape"?
I used that URL both with and without the special characters %20. But it is not working...
Aravindh
what happens if you try to connect without the company name?
[url=http://]http://[/url]<Server IP>:7047/DynamicsNAV/WS/services
Can you please also check the settings in the CustomSettings.config of the service tier.
Check following parts:
<add key="WebServiceSSLEnabled" value="false"></add>
<add key="WebServicesUseNTLMAuthentication" value="false"></add>
With this settings I can conect to the WS. I get an authentification request but this is ok.
Greets,
egnaz
Both are false only...
Do you want to access the WS from an external PC (outside your LAN) ?
Can you ping the server you want to conect to?
Yeah I could ping the server.
Just need a short snapshot of what is behind the IE and the NAV service tier.
Thx
Other local machine's IP: 10.2.xxx.xxx (microsoft Windows XP Professional)
Just need a short snapshot of what is behind the IE and the NAV service tier.
What is this?
I think you have to read the instructions on how to configure a SPN (http://msdn.microsoft.com/en-us/library/dd568720.aspx)