NonStop SOAP 4.1 User's Manual
The links to HTML clients for the following empdb service operations are displayed on the
browser:
DescriptionFilename
HTML client for the employee add operation.
For Example:
SoapPW_EmpAdd.html
request_code : 02 (request code for add
employee operation)
employee_info
employee_number : 0001 (employee number
is the primary key)
empname
first : John
last : Doe
middle : M
regnum : 12
branchnum : 12
The request code for the add employee operation is 02.
HTML client for the employee info operation.
For Example:
SoapPW_EmpInfo.html
request_code : 01 (request code for Info
Employee operation)
employee_number : 0001
The request code to receive employee information
operation is 01.
HTML client for the employee delete operation.
request_code : 03 (request code for
delete employee operation)
employee_number : 0001
SoapPW_EmpDel.html
The request code to delete an employee operation is
03.
Deploying the adminserver Service
Deploying the adminserver service enables you to use the NonStop SOAP Administration Utility.
To deploy the adminserver service, you must set up the adminserver environment, which
involves the following steps:
1. “Setting up the adminserver Environment” (page 50)
2. “Accessing the adminserver Service” (page 51)
Setting up the adminserver Environment
To set up the adminserver environment, complete the following steps:
1. Go to <NonStop SOAP 4 Installation Directory>/bin and run the deploy.sh
script.
For example:
OSS> cd /usr/tandem/nssoap/t0865h01/bin
OSS>./deploy.sh
2. Select "3 Setup the adminserver web services environment".
The following message appears displaying the installation location being used:
--- The NonStop SOAP 4.1 installation location is /usr/tandem/nssoap/t0865h01
=== Enter a NonStop SOAP 4 deployment directory path:
50 Installing NonStop SOAP










