1.3.3.2 OdtOperations.properties
This topic gives an overview on OdtOperations.properties.
Configure the Operations files as per requirement.
- LOGIN
- SETRELEASE: Setting Release and Environment Details
- BULKGENERATION: Bulk Generation of RADXML units
- REFRESH: Bulk refresh of RADXML
- SXML_REFRESH: Bulk refresh of Service XMLs
- SXML_UPDATER: Bulk Updater of service XMLs based on the changes in RADXMLs
- SXML_BULKGENERATION: Bulk Generation of web service artifacts.
- REST_GENERATION: Bulk Generation of Rest Service Artifacts
- Operation = LOGIN
- Operation= SETRELEASE
- Operation= REST_GENERATION
Note:
LOGIN and SETRELEASE are mandatory operations to be performed.- 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). - SETRELEASEThis 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.
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. - REST_GENERATIONWeb 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
Parent topic: Configuration of SilentODTUtility