NonStop SOAP 4.1 User's Manual
where,
<PATHMON_name> is the name of the PATHMON entered while setting up the empdb
environment.
This command returns the following statistics:
SERVER #RUNNING ERROR INFO
EMPDB 1
3. Access the empdb service using the following Web address pattern:
http://<ip address>:<port>/<url_pattern>/client/empdb/<html_client_name>
where,
<ip address>:<port>
is the IP address and port of iTP WebServer integrated with NonStop SOAP.
url_pattern
is the string entered in Step 6 in “Setting up the Deployment Environment” (page 38). The
default value is axis2c.
client
is the name of the directory in <NonStop SOAP 4 Deployment Directory> where
NonStop SOAP 4 HTML clients for the empdb service are located.
empdb
is a sub-directory in the client directory. The empdb sub-directory includes the HTML clients
that you must access the operations offered by the empdb service.
<html_client_name>
is the name of the HTML client in the client/empdb directory.
NOTE: To access the WSDL file for the empdb service, enter the following Web address on
your browser:
http://<ip address>:<port>/<url_pattern>/services/empdb?wsdl
To create a client for the empdb service using the WSDL file, ensure that the <soap:address
location> element in the WSDL file is updated to reflect the correct iTP WebServer IP address
and port number.
For example:
<service name="empdbService">
<port name="portempdb" binding="def:empdbBinding">
<soap:address location="http://www.nonstopsoap.com/axis2c/services/empdb"/>
</port>
</service>
where,
www.nonstopsoap.com
is the iTP WebServer IP address and port number in the format <ip address>:<port>.
axis2c
is the url_pattern. If you have entered a different string for your url_pattern, the
same will be reflected in the WSDL file instead of axis2c.
4. You can access the HTML clients using the following Web address:
http://<ip address>:<port>/<url-pattern>/client
Deploying a Sample Web Service 49










