Skip to main content
Version: 11.0

Server configuration: Services element

In a config.xmlserver configuration file, the <Services> element contains configuration properties for services defined in Service Definer. This element has <Service> child elements.

Example

<Services>
  <Service name="CustomREST" active="true"/>
  <Service name="CustomSOAPLiteral" active="true"/>
</Services>

Services element

Child elements

The following table describes child elements for the <Services> element:

NameRequiredDescription
ServiceNo Contains configurable properties for a service.

Attributes

none

Service element

Child elements

none

Attributes

The following table describes attributes for the <Service> element:

NameRequiredTypeDescription
nameYesStringThe name of a service as defined in Service Definer.
activeNo Y/N valueDefines if a service is activated the current server. You can also remove the Service element in order to deactivate the service.