1.3.3.2 OdtOperations.properties

This topic gives an overview on OdtOperations.properties.

Configure the Operations files as per requirement.

The following operations are supported in the silent utility of ODT:
  1. LOGIN
  2. SETRELEASE: Setting Release and Environment Details
  3. BULKGENERATION: Bulk Generation of RADXML units
  4. REFRESH: Bulk refresh of RADXML
  5. SXML_REFRESH: Bulk refresh of Service XMLs
  6. SXML_UPDATER: Bulk Updater of service XMLs based on the changes in RADXMLs
  7. SXML_BULKGENERATION: Bulk Generation of web service artifacts.
  8. REST_GENERATION: Bulk Generation of Rest Service Artifacts
Execution of Operation will be as per the sequence maintained in OdtOperations.properties.
For Example:
  1. Operation = LOGIN
  2. Operation= SETRELEASE
  3. Operation= REST_GENERATION
If the sequence of operations is as above, then LOGIN, SETRELEASE, and REST_GENERATION Operations would be processed in the respective sequence.

Note:

LOGIN and SETRELEASE are mandatory operations to be performed.
All Configuration files can be found inside/resource folder of the utility.
  1. LOGIN

    User ID: Provide the ODT User ID which is created in the ODT Application.

    Password: Provide the ODT Password which is created in the ODT Application.

    Login should always be the first operation to be configured as part of any execution.

    Table 1-2 LOGIN Operation

    Field Description
    Operation LOGIN
    User Id ODT User Id which is created in the ODT Application.
    Password ODT Password which is created in the ODT Application (should be encrypted using Utility).
  2. SETRELEASE
    This operation is used for setting Release and Environment Preferences for SilentODTUtility. Connection to the FLEXCUBE schema would be established based on data maintained in ODT or through the data in env_config.xml as explained in an earlier section.

    Figure 1-5 SETRELEASE Operation



    Table 1-3 Release and Environment Details for User

    Field Description
    Operation SETRELEASE
    relCode ODT Release Code which is created in the ODT Application.
    envCode ODT Environment Code which is created in the ODT Application.
    langCode Lang code for the above-mentioned release code.
  3. REST_GENERATION
    Web service artifacts can be generated through this operation.

    Table 1-4 REST_GENERATION

    Field Description
    radxmlListFile Prepare text file which contains absolute path of all RADXMLs which are used for those services.
    srcPath

    Provide source folder path which is an option (Tool will create radxmlListFile by itself from the srcPath.

    Note that if srcPath is provided, radxmlListFile need not be provided.

    destpath Provide the path where the files will be generated.
    gen Provide the type of files to be Generated (separated by comma). Options are REST.

    Table 1-5 Service XML Component Generator

    Input Output
    operation REST in destination path
    radxmlListFile REST in destination path
    srcPath REST in destination path
    fileType REST in destination path
    destpath REST in destination path
    gen REST in destination path