Developer forum

Forum » Integration » multiple Dynamicweb Connector windows services

multiple Dynamicweb Connector windows services

Anders Ebdrup
Reply

Hi,

 

Is it possible to have two different endpoints for the Dynamicweb Connector windows service? So one could point on the test-enviroment and one the production-environment?

 

Best regards, Anders


Replies

 
Jonas Krarup Dam
Reply
This post has been marked as an answer

Hi Anders,

Right now, it is only possible to configure one endpoint for the Nav addin for the DynamicwebConnectorService. 

Since you will have to edit the config file to switch between test and production anyways, we didn't think of adding multiple endpoints.

If you have a scenario where it makes sense, let me know about it, and I'll do my best to accomodate you :-)

 

Regards, Jonas

 

 

 

 

 

 

 

 

 

Votes for this answer: 1
 
Lars Larsen
Reply

Hi Jonas

Is it possible to have two Dynamicweb Connector services running on the same server? I need one pointing to the production- and one to the test NAV environment.

 
Jonas Krarup Dam
Reply
This post has been marked as an answer

Hi Lars,

 

Sure - just copy the connector files to a different folder, update the "ServiceName" node in the config to have a different name, and change the port in the "WebServiceURI" node.

The ServiceName will be the name in Services.

 

<add key="ServiceName" value="DynamicwebService" />
    <add key="testMode" value="False" />
    <add key="TestOutputFile" value="c:\exportContent.xml" />
    <add key="Secret" value="test" />
    <add key="DebugInfo" value="True"/>
    <add key="WebserviceURI" value="http://localhost:8090/DynamicwebService"/>
    <add key="ErpConnectorType" value="NavConnectorAddIn.NavConnector"/>

Votes for this answer: 1

 

You must be logged in to post in the forum