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
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
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
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.
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"/>
You must be logged in to post in the forum