Hi there
I have problem with default web client URL on the objects. The problem is when I try to open some page using report URL link to some page (Example URL to Page Customer) the url is:
http://computername:48900/DynamicsNAV80_Instance1/...
This is not valid URL, but I can't find where I can change it. The correct URL need to be
https://certificatename/DynamicsNAV80/..
All objects in NAV have wrong - default Web Client URL. Is there a way to change this?
Thanks
Best Regards
Answers
<add key="PublicSOAPBaseUrl" value=""/>
I think it was called differently in NAV2015, but I don't have a 2015 installation available to check.
The default file location (for NAV2015) is C:\Program Files\Microsoft Dynamics NAV\80\Service\CustomSettings.config
If someone have another opinion please write it here
Best Regards
I think you are using navuserpassword as authentication for Navision, as you specified that the name should be certificate name instead of NAV Server Computer Name.
If that is the case then -
- The Name of the certificate should actually be same as the NAV Service Tier Computer name. If both have same name then the SLL Certificate is Qualified SSL Certificate.
- Explained Here, issues related to non qualified SSL Certificate - http://saurav-nav.blogspot.in/2014/10/nav-2013-nav-2013-r2-web-services-with.html
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page
Actually I've added my correct URL in
<add key="PublicODataBaseUrl" value="https://certificate_name/ServiceName/Webclient" />
<add key="PublicSOAPBaseUrl" value="https://certificate_name/ServiceName/Webclient" />
<add key="PublicWebBaseUrl" value="https://certificate_name/ServiceName/Webclient" />
Maybe the last key is the most important, but i'm not seeing any problem if that URL is added as a value in all of this parameters.
Thank you guys for your time
Best regards