Building and Packaging Web Services

This section discusses the targets (websphereWebServices and weblogicWebServices) for building the web services EAR file.

The steps in this build process are:

  1. Package global WAR file directories: lib, conf, modules;
  2. Iterate over the web service directories in build/svr/gen/wsc2 (one directory per web service class) created by the generator:
    • Process the properties in the following order: custom, generator, defaults (see Inbound Web Service Properties File for more information);
    • Generate the services.xml descriptor file, unless a custom services.xml has been provided (see Deployment Descriptor File for more information);
    • Package the web service directory.

The following properties and customizations are available: