In this example we will use one configuration file in all actions.
After creating the configuration file etc/hos_ctm_dev_test_prod_call_config.php as a copy of the sample file etc/hos_ctm_call_config.php.sample and editing it, the configuration file looks like this (normally it would contain also descriptions in comments, but for the purpose of this document we removed them):
While editing the configuration file we have decided that:
the process ID will be 'CTM_DEV_TEST_PROD',
that the action names will be 'CTM_DEV_TEST_PROD_OPEN', 'CTM_DEV_TEST_PROD_TEST' and 'CTM_DEV_TEST_PROD_CLOSE',
that the name of the repository archive will be 'CTM',
that the process parameter prefix will be 'CTM.GNRL.',
that the prefixes of object key and data parameters will be 'CTM.KEY.' and 'CTM.DATA.' ,
that there will be object key parameters 'CTM.KEY.SYSTEM', 'CTM.KEY.SERVER' and 'CTM.KEY.FOLDER' containing the information about the system, server and folder name of a folder definition in the process and
that there will be an object data parameter 'CTM.DATA.DEF' containing the folder XML definition. Further we have specified expressions for how the system and key information of a folder definition will be evaluated from the object parameters.