NonStop SOAP 4.1 User's Manual
information about deploying the empdb service, see Chapter 2: “Installing NonStop SOAP”
(page 36).
• The empdb service is located in:
<NonStop SOAP 4 Deployment Directory>/services/empdb/
• The SDL file for the empdb service is located in:
<NonStop SOAP 4 Deployment Directory>/services/empdb/src/empsdl.xml
To generate the module stub and configuration files, complete the following steps:
1. Open the empsdl.xml SDL file for the empdb service located at <NonStop SOAP 4
Deployment Directory>/services/empdb/src and modify the file using an editor
of your choice.
2. Edit the following parameters in the empsdl.xml file:
Url
Update the Url attribute of the SDL element with the Web address pattern entered while
running the deploy.sh setup script for the deployment. This attribute must have a valid
relative path to the ServerAddress attribute.
By default, the value of the Url attribute is /axis2c.
For example:
Url= "/mytest"
where,
mytest
is the Web address pattern entered while running the deploy.sh deployment script
to create the NonStop SOAP deployment directory.
ServerAddress
Update the ServerAddress attribute with the IP and port number of the iTP WebServer
where the NonStop SOAP has been deployed. By default, the value of the
ServerAddress attribute is http://www.nonstopsoap.com.
For example:
ServerAddress ="http://<ip address>:<port>"
GenerateModuleHandlerFiles
Set the GenerateModuleHandlerFiles attribute of the <Service> element to "yes".
For example:
<Service Name="empdb"
ServerClassName="empdb"
GenerateModuleHandlerFiles="yes"
...
3. Add the directory containing the SoapAdminCL executable image to the OSS PATH variable,
if the path has not been set.
OSS>export PATH=<NonStop SOAP 4 Installation Directory>/tools:$PATH
For example:
OSS>export PATH=/usr/tandem/nssoap/t0865h01/tools:$PATH
4. Run the SoapAdminCL tool using the OSS command:
OSS> SoapAdminCL –i <SDL file for the empdb service>
-o <NonStop SOAP 4 Deployment Directory>
For example:
OSS>SoapAdminCL –i empsdl.xml –o /home/usr1/mynssoap
Migrating NonStop SOAP 3 User-exits 65










