LogoLogo
  • Välkommen till Golden EDI
  • Golden EDI PDF Guide för BC Svenska
    • Steg 1
    • Manuell test
    • Status PDF-Utskick
    • Automatisk Jobbkö
  • Golden EDI Presentation av fakturaflöde
    • GRUNDSTEGEN
    • Initiering
    • Inställning GEDI-Profil
    • Inställning Meddelande för profil
    • Kundens Profil
    • Jobbkö
    • Hantering GEDI Status och Meddelandekö
    • GEDI Testläge
    • GEDI Avisering
    • GEDI Felavisering
  • Presentation av fakturaflöde inkl. kalkyl.
  • Golden EDI Övervakning
    • Övervakning Golden EDI Cloud Service
  • Golden EDI kundstyrda händelser (event)
  • Installationsguide för leveransavisering SSCC
  • Golden EDI Användare
    • Golden EDI handledning CrediFlow och InExchange - med test
      • GRUNDSTEGEN
      • Hantering kundens profil
      • Dokumentväxlingsprofiler
      • Distributionssätt
      • GEDI Meddelandekö
      • GEDI Status
      • GEDI Avisering
      • Standard jobbkö
      • Egen testning
      • Bra att hitta
      • Kort förklaring av menypunkter
    • Golden EDI handledning fakturaflöde PayEx - med test
      • GRUNDSTEGEN
      • Hantering kundens profil
      • Dokumentväxlingsprofil, Distributionssätt
      • GEDI Meddelandekö
      • GEDI Status och Avisering
      • GEDI Återläsning och Inkommande dokument
      • GEDI Kontrollfunktion
      • Inbetalningsjournaler
      • Egen Testning
      • Bra att hitta
      • Kort förklaring av menypunkter
    • Golden EDI handledning fakturaflöde NAV 2017 och tidigare - med test
      • GRUNDSTEGEN
      • Hantering kundens profil
      • Distributionssätt
      • GEDI Meddelandekö
      • GEDI Status och Avisering
      • Egen testning
      • Bra att hitta
      • GEDI Påminnelse och Räntefaktura
    • Golden EDI omstart av jobbkö
  • EDI dictionary
    • Party qualifiers
    • SOAP Configuration for Dynamics NAV 2017
    • SOAP Configuration for Dynamics NAV 2018 and Business Central
Powered by GitBook
On this page
  • SOAP web service configuration
  • Install SOAP web service
  • Configure SOAP web service
  • Credentials
  • DNS name
  • Information to send to Golden EDI

Was this helpful?

  1. EDI dictionary

SOAP Configuration for Dynamics NAV 2018 and Business Central

PreviousSOAP Configuration for Dynamics NAV 2017

Last updated 5 years ago

Was this helpful?

SOAP web service configuration

This page describes how to configure the NAV SOAP web service.‌

Install SOAP web service

‌When you install Microsoft Dynamics NAV 2018 the SOAP web service is installed when you install the Server Option. Please refer to your Microsoft Dynamics NAV documentation for detailed info on how to install/configure the NAV SOAP web service for your NAV version. You need to check that the SOAP web service is enabled for your installation by verifying that the checkbox Enable SOAP Service is checked when looking at the configuration in the Dynamics NAV Administration application.NAV SOAP Service settings‌

SSL

‌We strongly recommend you to use SSL for your SOAP web service. You enable SSL by installing a valid SSL certificate on your server, checking the checkbox Enable SSL and entering the thumbprint of your certificate under the General settings. Please refer to you Dynamics NAV documentation for detailed information about installing a SSL certificate.NAV Certificate Thumbprint settings‌

SOAP Base URL

‌You may enter the correct external SOAP Base URL in the SOAP Base URL setting. The base URL must have the following syntax: http[s]://hostname:port/instance/WS/Example Base URL

https://nav.mycompany.com:7047/MyNAVInstance/WS/

‌The instance name can be found in the tree in the Dynamics NAV Administration application and in the header for the selected instance.The instance name is in this example DynamicsNAV110‌

Configure SOAP web service

‌The Golden EDI initialization will add the correct web service entries in NAV. You can verify this by searching for "web services" in the Dynamics NAV application and confirm that these lines are added:Golden EDI web service configuration for NAV 2018‌

Credentials

‌The Golden EDI cloud service will communicate with your NAV instance over the SOAP web service. To do this Golden EDI cloud service need to authenticate with a NAV user account. Please create a specific user for the Golden EDI cloud service, we recommend you to generate a Web Service Access Key with a the Key Never Expires option. If you choose to go for a ordinary user password the password will need to not expire.‌

The user can be a Full User or a Limited User. The Limited User is has a cheaper license fee and is therefor the preferred choice. Permissions:‌

  • Full User - Make sure the user has the user permission set Super.

  • Limited User

    (Table IDs for NAV 2018 and BC ) set the permissions to the following:

    Tables with write/read:

    • 70019007 - GEDI ClassInformation

    • 70019002 - GEDI Message Queues

    • 70019001 - GEDI Message Line

    Tables with read:

    • 70019013 - GEDI Class Setup

    • 70019005 - GEDI Message Code

    • 70019003 - GEDI Profiles

‌Firewall

‌In most cases your IT infrastructure contains a firewall between the Internet and your NAV server (or maybe you use the Windows firewall). Golden EDI cloud service needs to have access from Internet to the SOAP web service. If you have a firewall you need to open up the correct port in your firewall for the Golden EDI cloud service. Usually this means to open up port 7047 for TCP connections from the Internet to your NAV server. You can limit the access to the SOAP web service for these source IP addresses:‌

  • 104.46.62.206

  • 13.69.154.177

  • 83.233.252.2

‌Golden EDI cloud service has multiple data centerns in different geographical locations and therefor uses multiple IP addresses when accessing your NAV SOAP service.‌

You can of course use any TCP port as long as the external port in the firewall is translated to the correct TCP port on your NAV server (Usually port 7047 but can be configured to your choice).‌

DNS name

‌We prefer that you have a DNS name for the public IP address that is used to access your NAV server.‌

Information to send to Golden EDI

‌When the configuration is done you need to send this information to Golden EDI:‌

  • Server/Domain name, Example: myserver.mydomain.com

  • Port, Example: 7047

  • SSL/HTTPS usage: yes/no

  • Server instance, Example: DynamicsNAV

  • NAV Company name, Example: My Company Ltd

‌You can send the above information or the SOAP Base URL and the NAV company name:Example of a SOAP Base URL

https://myserver.mydomain.com:7047/DynamicsNAV/WS/

‌We also need the credentials for the user created above:‌

  • Username

  • Web Service Access Key or Password

  • Domain

‌How to test the configuration

‌It is a good idea to test the configuration before sending us the configuration information. Open up a web browser and try to access the full URL including company name for the SOAP web service. The URL looks like this:‌

http[s]://hostname:port/instance/WS/company-name/servicesExample of a full URL to the NAV SOAP web service

https://myserver.mydomain.com:7047/DynamicsNAV/WS/My%20Company%20Ltd/services

‌

When asked for credentials enter the credentials for the user you created for Golden EDI. The result could look like this if everything is ok (The result is from Google Chrome web browser):Example of a successful configuration when browsing the SOAP web service with Chrome‌

You should see entries for the Golden EDI pages as described under the section .

Configure SOAP web service