NonStop SOAP for Java User's Manual

Using the Administration Tools
NonStop SOAP for Java User’s Manual523860-001
5-24
Using the Apache Admin Tool (Command-Line)
Using the Apache Admin Tool (Command-Line)
The Apache SOAP Admin tool also provides a command-line tool to manage services.
where
username and password
is the HTTP Basic authentication information.
url
is the SOAP server's URL.
operation and (arguments to the operation)
The values are:
deploy deployment-descriptor-file.xml
list
query service-name
undeploy service-name
To deploy a service, the command-line tool is executed by typing the following:
% java org.apache.soap.server.ServiceManagerClient
http://hostname:port/servlet_jsp/soap/servlet/rpcrouter
deploy foo.xml
where foo.xml is the deployment descriptor and the URL is the SOAP server's URL.
oss> java org.apache.soap.server.ServiceManagerClient [-auth
username:password] url operation arguments