Developer forum

Forum » Integration » Documentation on NavExampleCode

Documentation on NavExampleCode

Kurt Moskjær Andersen
Kurt Moskjær Andersen
Reply

Hi,

Are there any further documentation on the NavExampleCode for the Integration Framework 1 (for download at http://doc.dynamicweb.com/downloads/other-downloads#4046)

Our customer is using NAV 2016 and would like to know if the fob-files includes everything for communicating with DW, or if they have to specify XML-ports them selves? I've been looking at https://doc.dynamicweb.com/documentation-9/integration/integration-framework-1/erp-new-projects/nav-2013-2018, but haven't found a more comprehensive documentation on this.

--
Best regards
Kurt Moskjaer Andersen


Replies

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply

Hi Kurt,
the fob files includes everything. After importing the fob file select the Codeunit 50100 - "DW WebService" and click Run to activate the web service.
You can check your NAV server options are configured correctly and allow the SOAP services:
Open "Dynamics NAV 2018 Administration"

After that you will need to install the Dynamicweb Connector service that connects to your NAV service by the url shown below (put that to "NavEndpoint" option in the connector service config file):

 

In the connector service config:
<NavConnector>
    <add key="UserName" value="" />
    <add key="Password" value="" />
    <add key="Domain" value="" />
Needs to have a value of the user that can connect the NAV service.
Connector service "WebserviceURI" e.g. “http://localhost:8090/DynamicwebService” is the url which Dynamicweb website will connect to, so you need to make sure that this address/port(e.g. “http://yourserverip:8090/DynamicwebService”) can be accessed outside(from the Dynamicweb website) and then setup the batch/live integration to this service url.

Regards, Dmitrij

 
Kurt Moskjær Andersen
Kurt Moskjær Andersen
Reply

Hi Dmitrij,

Thanks, just what I needed.

/Kurt

 

You must be logged in to post in the forum