InstallationPrepare NAV EnvironmentConfigure Environment for Web Services

Prepare NAV Environment

Open 'Prepare NAV Server Environment' wizard, choose your NAV version and service to see more information.

Configure Environment for Web Services

Microsoft Dynamics NAV communicates with the database through the Microsoft Dynamics NAV Server service.

To configure environment for Microsoft Dynamics NAV web services:

Use 'Netsh.exe' to run the following commands (note that this command is case sensitive).

In the commands below the default port number on which the SOAP web service is running (7047) and the name of the Microsoft Dynamics NAV Server instance are used. If the SOAP web service is running on the other port and the other Microsoft Dynamics Server instance name is used it should be specified instead of the default ones.

Step 1: Delete any entries that use your host name and web service port by running the following command:

netsh http delete urlacl url=http://+:7047/

Step 2: Register the port by running the following command:

netsh http add urlacl url=http://+:7047/DynamicsNAV70 user=DomainName\USER

Replace the 'DomainName\USER' tag with your domain name and the name of the user that is running the web service.
By default the command looks the following way:

netsh http add urlacl url=http://+:7047/DynamicsNAV70 user="NT AUTHORITY\NetworkService"

    It is recommended to secure your Microsoft Dynamics NAV Web service with the SSL certificate to protect Microsoft Dynamics NAV system communications. For more information, see 'Self-Signed SSL for NAV Web Service' and 'SSL Certificate for NAV Services'.
InstallationPrepare NAV EnvironmentConfigure Environment for Web Services