NonStop SOAP User's Manual
Installing NonStop SOAP
NonStop SOAP User’s Manual—520501-012
2-7
Installation Steps for Samples
Deploy the SOAP Server
To deploy the SOAP server:
1. Open empsdl.xml at:
/usr/tandem/nssoap/t0603v30/samples/pathway/employee_db/soap4nsk.
2. Update the empsdl.xml file. Update the SDL attributes URL, ExeName, and
ServerAddress:
sdl Url=/nssoap/SoapServer.pway ExeName=SoapServer.pway
ServerAddress=http://204.160.19.110/
3. Change the Pathmon name to
pathmon name
and update the DDL dictionary
location ServerClass attribute:
PathwayEnvironmentName=$pathmon name
DDLDictionaryLocation=$
Volume Name
.
sub-volume name
4. Export the three environment variables:
export ICU_DATA=/usr/tandem/xml/T0563H01/lib/icu/data/
export PATH=/usr/tandem/nssoap/t0603h01/bin:${PATH}
export SOAP_SDLDB_LOC=$
Volume Name
.sub-volume name
5. Run the SoapAdminCL utility to create the SDR and load the employee database
services information. The command is issued from the
/usr/tandem/nssoap/t0603h01/samples/pathway/employee_db/soap4nsk directory,
which contains the modified empsdl.xml file. The command is issued with the
import option and the name of the SDL file:
SoapAdminCL -i empsdl.xml
6. Enter the SDR changes as:
Do you want to send administrative message to all the instances of a Soap server?
(yes)/no:yes
Enter the Pathmon Name:
=$
pathmon name
Enter the Server Class Name:
SOAPSERVER
SOAPADMIN >> Administrative message sent to the Soap server instance
$Z4GP.
Do you want to send to any other SOAP server (yes)/no: no
This way the SOAPSERVER can retrieve the latest SDR information without being
stopped and restarted
The employee database application SOAP service is now available for testing.