SERVICE_LIST

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

Syntax

<SERVICE_LIST>
  [ <GROUP ...> [...] ]
  [ <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.

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 one of the following elements: APPLICATION_SERVER