NonStop SOAP 4.1 User's Manual
NOTE: You must specify the location of the itp_axis2.config file in the <iTP WebServer
Deployment directory>/conf/local.config file.
The unique string specified as the <url_pattern> is the string entered while setting the deployment
environment for NonStop SOAP 4. For more information, see Step 6 in “Setting up the Deployment
Environment” (page 38).
For example:
http://<ip address>:<port>/<url_pattern>/services/<service_name>
where,
<ip address>:<port>
is the IP address and port of iTP WebServer integrated with NonStop SOAP 4.
<url_pattern>
is the value of the <url_pattern>. By default, this value is set to axis2c.
services
is the name of the directory in <NonStop SOAP 4 Deployment Directory> where the
services are present.
NOTE: This directory must be named services.
<service_name>
is the name of the service to be accessed.
For information about deploying additional SOAP servers in a given iTP WebServer, see “Setting
up Multiple NonStop SOAP Deployment Instances in a Single iTP WebServer” (page 43).
Defining the Log Levels of the NonStop SOAP 4 Server
NonStop SOAP 4 supports seven logging levels that define the extent of information to be logged
in the NonStop SOAP 4 log files. The logging level is specified by setting the LOG_MODE OSS
environment variable in the itp_axis2.config file.
The NonStop SOAP 4 log files (soaperror.log) are located at <NonStop SOAP 4
Deployment Directory>/logs. You can read the log files using an editor of your choice.
For example, to log only critical errors, set the LOG_MODE variable to 0. The default LOG_MODE
value in NonStop SOAP 4 is 2.
Table 7 lists the different logging levels and the corresponding LOG_MODE values:
Table 7 Logging Levels
DescriptionLOG_MODE Value
Logs only critical errors.0
Logs errors and critical errors.1
Logs warnings, errors, and critical errors.2
Logs information, warnings, errors, and critical errors.3
Logs debug messages, information, warnings, errors, and critical errors.4
Logs user-level log messages, errors, and critical errors.5
Logs traces, debug messages, information, warnings, errors, and critical errors.6
Example 1 shows a sample itp_axis2.config configuration file.
178 NonStop SOAP 4 Configuration Files










