Options

OData access outside network

otk17otk17 Member Posts: 13
edited 2018-07-13 in NAV Three Tier
Hi,
I have Dynamics Nav 2017 installed on my server with web client, that I can access outside my network throw https://mydomain.com/NAV/WebClient.
I configured a web service in NAV with https://localhost:7198/NAS/OData/Company('SuperCo')/ProdList (Odata is active on NAS with ssl). It works fine on my network.



so my question is how to get an access to my this odata feed (or for example SOAP) outside my network. How is it? Should I write small proxy .net application and deploy it on IIS?

Answers

  • Options
    KTA8KTA8 Member Posts: 389
    if your outside port is the same (7198) only changing the name localhost with your server name should be enough. I assume that all network and systems configs are properly done because that it's outside NAV context.
Sign In or Register to comment.