NonStop SOAP User's Manual

Using the SOAP Admin Tool
NonStop SOAP User’s Manual520501-012
5-3
SoapAdminCL Command Syntax
import options
can appear before -i or after the <sdl file name>:
WSDL files are always generated regardless of the options specified.
If no import options are specified, the SOAP Admin tool deploys all entries in the SDL
file (i.e, addUpdate, add, update, delete, and skips). Generates the WSDL for TS/MP
services and NonStop processes in the input SDL file. Generates Schema, DTD,
HTML/JavaScript for all TS/MP services and NonStop processes in the SDL files and
Request-Response XML files for TS/MP services and NonStop processes in the input
SDL file. Source files for customization are also generated when the Generate or
GenerateUserExits attribute is set to “yes”.
Syntax 2:
sdl file name
is the name of the SDL output file to write the service specifications. This syntax
element is required.
export options
extracts the contents of the SDR into the SDL file specified using the export
options. For more information about the command syntax using the export options
for TS/MP services and NonStop processes, see Using SoapAdminCL on
page 5-5.
-pathway
all entries under the TS/MP hierarchy are extracted.
-nocpp suppresses the generation of user-exits code when the
GenerateUserExits attribute is set to “yes” in the SDL service.
-genOnly generate all files. Do not modify the SDR. This option ignores
the DeployOption attribute for TS/MP services and NonStop
processes in the SDL. The SOAP Admin tool does not generate
files if the Pathway service does not exist in the SDR. Files are
generated only for the TS/MP services and NonStop processes
that have the Generate or GenerateUserExits attribute set to
“yes” in the SDL.
SoapAdminCL -e
sdl file name
[
export options
]
Note. Only one of the options below can be specified with the -e option.