NonStop SOAP User's Manual
NonStop SOAP with Digital Signatures
NonStop SOAP User’s Manual—520501-012
7-13
NonStop SOAP Configuration File
NonStop SOAP Configuration File
The SOAP server reads configuration information from an XML file called the NonStop
SOAP configuration file. You can specify a different configuration file using the
environment variable SOAP_CONFIG_FILE. To use digital signatures in NSSOAP, the
following new configuration directives must be added to the NSSOAP configuration file:
SOAP_KEYDB_LOC
This configuration directive determines the location of the key database that
contains the server certificate and keys.
SOAP_DN
This configuration directive determines the DN value stored in the key database. It
is the value that points to the server certificate and server keys in the database.
SOAP_WEB
This configuration directive determines the file name of the secure iTP Secure
Webserver configuration file.
A sample NonStop SOAP configuration file is displayed in Example 7-2, NSSOAP
Configuration file
Example 7-2. NSSOAP Configuration file
<?xml version="1.0" ?>
<SoapEnvironment
SOAP_ERROR_FILE="soapcgi.err"
SOAP_TRACE_LEVEL="2"
SOAP_SESSION_TIMEOUT="3600"
SOAP_COOKIE_FILE="$FC3.soap12.COOKIE"
SOAP_SDLDB_LOC="$FC3.soap12"
SOAP_KEYDB_LOC=”/usr/tandem/webserver/conf/test_key.db"
SOAP_DN="CN=www.hp.com, O=HP, OU=HP-NED, L=Cupertino,
ST=CA, C=US"
SOAP_WEB=”/usr/tandem/webserver/conf/httpd.stl.config"/>