Configuring the DataProviderService (dpws) on the Client - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To specify the service address, complete the following steps.
  1. From the %Composerdir% directory, open Composer.Client.exe.config with a text editor that supports UTF-8.
  2. Search for the following line.
    <add key="dpws" value="http://localhost:8010/dataprovider" />
    
  3. 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" />