NonStop SOAP 4.1 User's Manual
<service_name>
is the name of the service migrated from NonStop SOAP 3 and deployed in NonStop
SOAP 4.
<html_client_name>
is the name of the generated HTML client that is used to access the migrated service.
• To access the endpoint Web address of the deployed service, use the following Web address
pattern:
http://<ip address>:<port>/<url_pattern>/services/<service_name>
where,
<ip address>:<port>
is the IP address and port number of iTP WebServer where NonStop SOAP is deployed.
<url_pattern>
is the unique string value entered during the installation procedure. For more information
on <url_pattern>, see Chapter 2: “Installing NonStop SOAP” (page 36).
services
is the directory in <NonStop SOAP 4.1 Deployment Directory> where the WSDL
file and the services.xml file for the services is created.
<service_name>
is the name of the service migrated from NonStop SOAP 3 and deployed in NonStop
SOAP 4.1.
• To access the operation-specific WSDL file (using the -m option provided by SoapAdminCL
tool) for compatibility with NonStop SOAP 3 of the deployed service, use the following Web
address pattern:
http://<ip address>:<port>/<url_pattern>/client/<service_name>
/wsdl/SoapPW_<operation_name>.wsdl
where,
<ip address>:<port>
is the IP address and port number of iTP WebServer where NonStop SOAP 4.1 is deployed.
<url_pattern>
is the unique string value entered during the installation procedure. For more information
on <url_pattern>, see Chapter 2: “Installing NonStop SOAP” (page 36).
client
is the directory in <NonStop SOAP Deployment Directory> where the HTML client
and operation-specific WSDL files for the services is created.
<service_name>
is the name of the service migrated from NonStop SOAP 3 and deployed in NonStop
SOAP 4.1.
<operation_name>
is the name of the generated operation-specific WSDL file for the migrated service.
• To access the WSDL file when generating a new NonStop SOAP client for the deployed
service, use the following Web address pattern:
http://<ip address>:<port>/<url_pattern>/services/<service_name>?wsdl
where,
<ip address>:<port>
is the IP address and port number of iTP WebServer where NonStop SOAP is deployed.
Migrating the NonStop SOAP 3 Services 57










