Configuring the OdinWebService (owsbasic) on the Server - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external - Content-Composer/Advanced-Design-and-Setup/Foundation-23.2/Content-Composer-Advanced-Design-and-Setup/Communication-Configuration/OdinWebService-ows-and-owsbasic/Configuring-the-OdinWebService-owsbasic-on-the-Server - 2023-12-18

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
ft:locale
en-US
The specific functions of this service are provided by the Composer.OWS service. The service is installed as a Windows service as part of the Content Composer standard installation.

To configure individual settings for the server endpoint, complete the following steps.

  1. From the %Composerdir% directory, open Composer.OWS.exe.config with a text editor that supports UTF-8.
  2. Search for the following line.
    <add baseAddress ="http://localhost:8010/owsbasic" />
    
  3. Check the baseAddress attribute and change the value if required.
    Note: The value entered must be the host base address of the service.

    Example

    <add baseAddress ="http://Hyland:8010/owsbasic" />