The following example illustrates the settings required for an additional Windows service:
Service Name: ModProcess_SVC
ServiceHost: WindowsServiceHostModus.exe (renamed copy of Composer.WindowsServiceHost.exe)
This service is then provided by the Windows service WindowsServiceHostComposer.
Individual settings for the server endpoint are stored in the file WindowsServiceHostComposer.config and configured in the following XML element:
<remotecontrol address="http://Hyland:4712/RemoteControlService" /> <system.serviceModel> <services> ... <service name="ComposerSuite.Runtime.RemoteControlService"> <!-- use base address provided by host --> <endpoint address="http://Hyland:4712/RemoteControlService" binding="wsDualHttpBinding" bindingConfiguration ="RemoteControlBinding" contract="ComposerSuite.Runtime.RemoteControlContract.IRuntimeControlService" /> </service> ... </services> <system.serviceModel>