To specify the service address, complete the following
steps.
- From the %Composerdir% directory, open Composer.Client.exe.config with a text editor that supports UTF-8.
-
Search for the following line.
<add key="dpws" value="http://localhost:8010/dataprovider" />
-
Check the
value attribute and change the value if required.
Note: The value entered must be the host base address of the service.
Example
In the following example, the client communicates with the service hosted on the computer with the network name Hyland using IP port 8010.
<add key="dpws" value="http://Hyland:8010/dataprovider" />