SERVICE_LIST

The SERVICE_LIST element provides a list of groups and Web services applications defined within the Genero Application Server configuration file.

Syntax

<SERVICE_LIST>
  [ <GROUP>...</GROUP>  ][...]
  [ <APPLICATION>...</APPLICATION>  ] [...]
</SERVICE_LIST>

Child elements

The SERVICE_LIST element may contain the following child elements:

  1. Zero or more GROUP elements.
  2. Zero or more APPLICATION elements.

Usage

This element is defined within the Genero Application Server (GAS) configuration file (as.xcf). For each Web service to be served by the GAS, you must provide the details for that application in either the GAS configuration file or in an external application configuration file (xcf).

Example

<CONFIGURATION>
  <APPLICATION SERVER>
    ...
    <SERVICE_LIST>
      ...
    </SERVICE_LIST>
  </APPLICATION_SERVER>
</CONFIGURATION>
Important: You must include the SERVICE_LIST element, even if the Genero Application Server does not have any Web services to define. In this situation, you simply specify an empty SERVICE_LIST element.

Parent elements

This element is a child of the APPLICATION_SERVER element.