<turbo-stream action="update" target="wiki_card"><template>
<h1>MS Dynamics NAV Web Services</h1>
<p>MS Dynamics NAV can be accessed in different ways depending on which version you are using. You can use C/Front to access MS Dynamics NAV on the database level (with support for Flow Fields etc.) <a href="/wiki/ms_dynamics_nav" data-turbo="true" data-turbo-stream="true" data-controller="wiki" data-action="wiki#updateUrl">MS Dynamics NAV</a> or you can use our <a href="/wiki/nas_connector" data-turbo="true" data-turbo-stream="true" data-controller="wiki" data-action="wiki#updateUrl">NAS Connector</a> or finally you can use our MS Dynamics NAV Web Services which can be used to access any Page exposed as a Web Service.</p>
<p>If you have MS Dynamics NAV 2013 or later, please use our <a href="/wiki/ms_dynamics_nav_sql" data-turbo="true" data-turbo-stream="true" data-controller="wiki" data-action="wiki#updateUrl">MS Dynamics NAV SQL</a> connector.</p>
<p>For Microsoft Dynamics 365 Business Central and MS Dynamics NAV 2016 or later, please use our <a href="/wiki/ms_dynamics_nav_odata" data-turbo="true" data-turbo-stream="true" data-controller="wiki" data-action="wiki#updateUrl">MS Dynamics NAV ODATA</a> connector.</p>

<h2>The following versions of NAV are supported for Web Services</h2>
<ul>
<li>Microsoft Dynamics 365 Business Central (Microsoft Dynamics NAV 2017)</li>
<li>Microsoft Dynamics 365 Business Central (Microsoft Dynamics NAV 2018)</li>
<li>MS Dynamics NAV 2016</li>
<li>MS Dynamics NAV 2015</li>
<li>MS Dynamics NAV 2013</li>
<li>MS Dynamics NAV 2009 R2</li>
</ul>
<h2>System requirements</h2>
<ul>
<li>Web Services - you need access to run the Web Services Server in your license (fin.flf)</li>
</ul>
<ul>
<li>You might need additional Web Access or External access licenses from Microsoft - please check your license conditions for this.</li>
</ul>
<h2>Accessing the MS Dynamics NAV Web Services</h2>
<p>If your MS Dynamics NAV is hosted in an online Microsoft or Partner environment, you can access your MS Dynamics NAV Web Services directly over the internet (provided that the NAV Web Services have been exposed to the internet of cause).</p>
<p>In this case, set up an NS Dynamics NAV Web Service connector, delete/remove the RapidiConnector (there is a small 'Delete' icon on the RapidiConnector header line) and select "Windows" as <strong>Authentication Type</strong> and enter the external URL to the MS Dynamics NAV Web Services in the <strong>Server Connect</strong> field.</p>

<p>If the MS Dynamics NAV Web Services are not exposed to the internet, you can follow the description below to install the RapidiConnetor and set up access to the local MS Dynamics NAV Web Services.</p>

<h2>Additional Installation</h2>
<p></p><div class="section_header"><div class="line"> <div class="column_blindupdown" data-controller="wiki" data-wiki-target="blindupdown"><a data-turbo="true" data-turbo-stream="true" href="/wiki/installing_the_rapidiconnector?inline=1&amp;parent_page_ids=698&amp;child_page_id=198"><img class="blindupdown_show" id="show_wiki_698_subpage_198_info" title="Show information" alt="Show information" src="/assets/gfx/showinfo-dfd75ef684363d1bd0e344be999155542dc15232a93cd61188484b8ca2bd07eb.gif"></a><img id="hide_wiki_698_subpage_198_info" class="blindupdown_hide" title="Hide information" alt="Hide information" src="/assets/gfx/hideinfo-6e9943c0a2751c6dd2904a66f74a8591ed3d5fcd13413b704851ee06b53c4b51.gif"></div><div>Installing the RapidiConnector</div></div></div><div class="section_detail" id="wiki_698_subpage_198_info"></div><p></p>
<br>
<h2>Configuration in MS Dynamic NAV</h2>
<ol><ol>
<li>You need to use <strong>NTLM Authentication&nbsp;</strong>on the Web Service Server as we only support this Authentication method at the moment.
<ul>
<li>NAV2009: Please open the&nbsp;C:\Program Files\MS Dynamics NAV\60\Service\CustomSettings.config file and set the Key "WebServicesUseNTLMAuthentication" to "true". The Key&nbsp;"WebServiceSSLEnabled" should be "false".</li>
<li>NAV2013 or later: Open the Microsoft Dynamics NAV Administration program, select your server (default is DynamicsNAV70), press Edit, and check the "use NTLM Authentication". Ensure that the SOAP Services are enabled. Save and restart the server.</li>
</ul>
</li>
<li>In MS Dynamics NAV you also need to expose the Pages that you want to be able to access from RapidiOnline.
<ul>
<li>Go to C:\Program Files\MS Dynamics NAV\60\ RoleTailored Client, start Microsoft.Dynamics.Nav.Client.exe (NAV2009 default path) and navigate to Departments - Administration - IT Administration - General.</li>
<li>Select "Web Services" under Lists. Select New and specify "Page" as Object Type, select the ID of the page you want to expose (for example 21 for Customer card or 42 for Sales Order), specify a service name (e.g. Customer or SalesOrder) and check the Published box. Press OK. <br><strong>*** Please Note (NAV2009): You have to restart the "Microsoft Dynamics NAV Business Web Services" service each time you change published services.</strong></li>
</ul>
<ul>
<li>After this, you can go ahead and <a href="/wiki/read_design" data-turbo="true" data-turbo-stream="true" data-controller="wiki" data-action="wiki#updateUrl">Read Design</a> and start creating Transfers.</li>
</ul>
</li>
</ol></ol>

<h2>Configuration in Rapidi</h2>
<ol>
<li><span><span>Login to <a href="https://myrapidi.com/login">MyRapidi</a>. </span></span>Go to the 'Connections' page and find your MS Dynamics NAV WS Connection</li>
<li>The fields of the MS Dynamics NAV Web Service Connection are as follows:
<ul>
<li><strong>Description:&nbsp;</strong>Enter a text describing this Connection. Example: NAV2013 Cronus Web Service</li>
<li><strong>Authentication Type:&nbsp;</strong>Select the Authentication method to be used with NAV Web Services. Only <strong>NTLM</strong> is supported for now.</li>
<li><strong>Server Connect:&nbsp;</strong>Specify the name and path of the server hosting the NAV Web Services. It is usually the Windows Server name of the machine running the NAV Web Service Server. You can find the name in the C:\Program Files\MS Dynamics NAV\60\Service\CustomSettings.config file - look for the value for the Key "DatabaseServer". If the full path is used, it should look like this: http://NAVSERVER:7047/DynamicsNAV/WS/CRONUS%20International%20Ltd./&nbsp;&nbsp; substitute the CRONUS.... with your NAV Company name - use %20 instead of any blank spaces in the companyname.<br>In NAV2013 open the Microsoft Dynamics NAV Administration program instead.</li>
<li><strong>Account:&nbsp;</strong>Enter the Account or Company name of the NAV Account here. Example: CRONUS International Ltd.<br><strong>*** PLEASE NOTE: Account is CASE SENSITIVE. </strong></li>
<li><strong>User ID: </strong>Enter the Windows UserID to access the NAV Web Service server here.</li>
<li><strong>Password: </strong>Enter the corresponding Password here.</li>
<li><strong>Domain:</strong>&nbsp;Here you enter the Windows Domain name that is used by the Web Service Server. For Example WORKGROUP</li>
</ul>
</li>
</ol>
<h2>Copy, Test, Activate Changes and Read Design</h2>
<p></p><div class="section_header"><div class="line"> <div class="column_blindupdown" data-controller="wiki" data-wiki-target="blindupdown"><a data-turbo="true" data-turbo-stream="true" href="/wiki/copy_connection?inline=1&amp;parent_page_ids=698&amp;child_page_id=3758"><img class="blindupdown_show" id="show_wiki_698_subpage_3758_info" title="Show information" alt="Show information" src="/assets/gfx/showinfo-dfd75ef684363d1bd0e344be999155542dc15232a93cd61188484b8ca2bd07eb.gif"></a><img id="hide_wiki_698_subpage_3758_info" class="blindupdown_hide" title="Hide information" alt="Hide information" src="/assets/gfx/hideinfo-6e9943c0a2751c6dd2904a66f74a8591ed3d5fcd13413b704851ee06b53c4b51.gif"></div><div>Copy Connection</div></div></div><div class="section_detail" id="wiki_698_subpage_3758_info"></div><p></p>
<p></p><div class="section_header"><div class="line"> <div class="column_blindupdown" data-controller="wiki" data-wiki-target="blindupdown"><a data-turbo="true" data-turbo-stream="true" href="/wiki/connection_test?inline=1&amp;parent_page_ids=698&amp;child_page_id=364"><img class="blindupdown_show" id="show_wiki_698_subpage_364_info" title="Show information" alt="Show information" src="/assets/gfx/showinfo-dfd75ef684363d1bd0e344be999155542dc15232a93cd61188484b8ca2bd07eb.gif"></a><img id="hide_wiki_698_subpage_364_info" class="blindupdown_hide" title="Hide information" alt="Hide information" src="/assets/gfx/hideinfo-6e9943c0a2751c6dd2904a66f74a8591ed3d5fcd13413b704851ee06b53c4b51.gif"></div><div>Connection Test</div></div></div><div class="section_detail" id="wiki_698_subpage_364_info"></div><p></p>
<p></p><div class="section_header"><div class="line"> <div class="column_blindupdown" data-controller="wiki" data-wiki-target="blindupdown"><a data-turbo="true" data-turbo-stream="true" href="/wiki/activate_changes?inline=1&amp;parent_page_ids=698&amp;child_page_id=1816"><img class="blindupdown_show" id="show_wiki_698_subpage_1816_info" title="Show information" alt="Show information" src="/assets/gfx/showinfo-dfd75ef684363d1bd0e344be999155542dc15232a93cd61188484b8ca2bd07eb.gif"></a><img id="hide_wiki_698_subpage_1816_info" class="blindupdown_hide" title="Hide information" alt="Hide information" src="/assets/gfx/hideinfo-6e9943c0a2751c6dd2904a66f74a8591ed3d5fcd13413b704851ee06b53c4b51.gif"></div><div>Activate Changes</div></div></div><div class="section_detail" id="wiki_698_subpage_1816_info"></div><p></p>
<p></p><div class="section_header"><div class="line"> <div class="column_blindupdown" data-controller="wiki" data-wiki-target="blindupdown"><a data-turbo="true" data-turbo-stream="true" href="/wiki/read_design?inline=1&amp;parent_page_ids=698&amp;child_page_id=363"><img class="blindupdown_show" id="show_wiki_698_subpage_363_info" title="Show information" alt="Show information" src="/assets/gfx/showinfo-dfd75ef684363d1bd0e344be999155542dc15232a93cd61188484b8ca2bd07eb.gif"></a><img id="hide_wiki_698_subpage_363_info" class="blindupdown_hide" title="Hide information" alt="Hide information" src="/assets/gfx/hideinfo-6e9943c0a2751c6dd2904a66f74a8591ed3d5fcd13413b704851ee06b53c4b51.gif"></div><div>Read Design</div></div></div><div class="section_detail" id="wiki_698_subpage_363_info"></div><p></p>
</template></turbo-stream>

<turbo-stream action="replace" target="meta_description"><template><meta content='MS Dynamics NAV Web Services' id='meta_description' name='description'></template></turbo-stream>
<turbo-stream action="replace" target="meta_keywords"><template><meta content='MS Dynamics NAV Web Services' id='meta_keywords' name='keywords'></template></turbo-stream>
<turbo-stream action="update" target="meta_title"><template>MS Dynamics NAV Web Services - MyRapidi Wiki</template></turbo-stream>
<turbo-stream action="prepend" target="flash"><template></template></turbo-stream>
