Hitachi

uCosminexus Service Platform Setup and Operation Guide


3.1.15 Setting the definition information for user-defined receptions

Among the user-defined receptions, you can set up the following definition information in the SOAP receptions:

This subsection describes the preconditions for setting up the definition information, and explains how to set up the information.

Important note

If the user-defined reception and the business process using that user-defined reception are deleted, the definition information set up here is disabled. When you re-deploy the user-defined reception, and the business process using that user-defined reception thereafter, make sure that you re-specify the definition information for the user-defined reception.

Organization of this subsection

(1) Preconditions

To set up the definition information for the SOAP reception, the HCSC server must be in a running state.

For details on how to check the status of the HCSC server, see "5.3.15 Checking the HCSC server information".

(2) How to set up the information

To set up the definition information for a SOAP reception, first create the user-defined reception runtime definition file. The template file of the user-defined reception runtime definition file is stored in the following directory with the file name "cscurcptnconfig.properties":

<Service Platform installation directory>\CSC\config\manager\templates\cscurcptnconfig.properties

Copy the template file to any location, edit the definition information, and then create the user-defined reception runtime definition file. For details on the user-defined reception runtime definition file, see "6.6.2 User-defined reception runtime definition file" in "Service Platform Reference Guide".

When the user-defined reception runtime definition file is created, execute the csccompoconfig command in the operating environment to set up the definition information. The set up definition information is applied when the HCSC components are restarted. For details on the csccompoconfig command, see "csccompoconfig (Defining HCSC components) " in "Service Platform Reference Guide".

The execution format of the command differs depending on whether the definition information is set for the SOAP reception deployed on the HCSC server, or whether the definition information is set for the SOAP reception deployed on the HCSC server in a cluster.

To set the definition information for the SOAP reception deployed on the HCSC server

Execute the command by specifying the name of the HCSC server and reception ID of the SOAP reception.

The definition information specified in the user-defined reception runtime definition file is set up for the SOAP reception on the specified HCSC server.

csccompoconfig -user <login user ID> -pass <login password> -operation set -propfile <user-defined reception runtime definition file > -csc <HCSC server name> -name <reception ID>
To set the definition information for the SOAP reception deployed on the HCSC server in a cluster

Execute the command by specifying the cluster name and the reception ID of the SOAP reception.

The definition information specified in the user-defined reception runtime definition file is set up for the SOAP reception deployed in the specified cluster.

csccompoconfig -user <login user ID> -pass <login password> -operation set -propfile <user-defined reception runtime definition file > -cluster <cluster name> -name <reception ID>