NonStop SOAP 4.1 User's Manual

1. Go to the <Reflector Service Directory>/conf directory to access the pathConf
script file. Provide execute permissions to the pathConf file, using the following command:
OSS> cd <Reflector Service Directory>/conf
OSS> chmod u+x pathConf
2. Update the PATHWAY_SUBVOL variable in the pathConf file, to point to a Guardian location
where the PATHMON process configuration files will be created. For example,
PATHWAY_SUBVOL=\$DATA.SOAP
3. Run the pathConf script file to start the Pathway environment and reflector application. The
pathConf file uses the PATHMON name in which the reflector server class must be started
as a command-line argument.
For example,
OSS> ./pathConf \$REFL
where,
$REFL is the name of the PATHMON process in which the reflector service will run.
4. Verify that the reflector application is running under the PATHMON named $REFL. Run the
pathcom command to invoke the PATHCOM interface.
OSS>gtacl -c "pathcom \$REFL; status server *"
This command displays the following statistics:
SERVER #RUNNING ERROR INFO
REFLECTOR 1
NOTE: 1 indicates that one instance of the reflector application is running under $REFL.
These steps need to be carried out only if you have created a new PATHMON process.
The reflector application is deployed under the PATHMON named $REFL.
Accessing the Web Service deployment
You can access the Web service, WSDL file, and HTML clients after the service is deployed on
NonStop SOAP 4.
You can access the WSDL file for your service using the following Web address:
http://<ip address>:<port>/<url_pattern>/services/<service_name>? wsdl
where,
<ip address>:<port>
is the IP address and port of iTP WebServer where NonStop SOAP 4 is deployed.
<url_pattern>
is the unique string value you entered during installation. For more information on url_pattern,
see “Installing NonStop SOAP” (page 36)
For example, the Web address to access the WSDL file will be:
http://127.0.0.1:8088/mytest/services/reflector?wsdl
You can access the HTML clients for your service using the following Web address:
http://<ip address>:<port>/<url_pattern>/client/<service_name>/SOAP_PW<operation_name>.html
where,
<ip address>:<port>
is the IP address and port of iTP WebServer where NonStop SOAP 4 is deployed.
<url_pattern>
is the unique string value you entered during installation. For more information on url_pattern,
see “Installing NonStop SOAP” (page 36)
82 Getting Started with NonStop SOAP 4