NonStop SOAP 4.1 User's Manual
Table 13 Location of Files Generated by the SoapAdminCL Tool
LocationFile Name
<output directory>/services/<service_
name>/SoapPW_<service_name>.wsdl
WSDL
<output directory>/services/<service_
name>/DDLMapping.xml
DDLMapping.xml
<output directory>/services/<service_
name>/services.xml
services.xml
<output directory>/client/<service_
name>/SoapPW_<operation_name>.html
HTML
<output directory>/client/<service_
name>/pway-xml/SoapPW_<operation_name>.xml
<output directory>/client/<service_
name>/pway-xml/SoapPW_<operation_name>Response0.xml
Request and Response XML file
<output directory>/client/<service_
name>/wsdl/SoapPW_<operation_name>.wsdl
Migration WSDL file
<output directory>/client/<service_
name>/pway-xsd/SoapPW_<operation_name>.xsd
<output directory>/client/<service_
name>/pway-xsd/SoapPW_<operation_name>Response0.xsd
XML Schema file
To generate WSDL files, the services.xml file, HTML clients, XML schema files, and SOAP
request and response XML files using the SoapAdminCL tool, complete the following steps:
1. Ensure that the DDL dictionaries are available at the location specified in the
DDLDictionaryLocation attribute of the SDL file.
NOTE: If the DDL dictionaries are not available in the specified location, the SoapAdminCL
command fails.
2. Generate HTML clients, XML schema files, SOAP request and response XML files, the WSDL
file, and the services.xml file using the SoapAdminCL command:
OSS> SoapAdminCL -i <SDL file name>
[-o | -outdir] <output directory>
[-m | -migration]
[-f | -force]
[-w]
where,
-i <sdl file name>
specifies the name of the SDL file to be processed.
[-o | -outdir] <output directory>
specifies the directory path, where the HTML clients, XML schema files, SOAP request and
response XML files, the WSDL file, and the services.xml file is generated.
NOTE: If the -o option is not used, the files are placed in the current working directory.
The directory structure appears as:
<output directory>
/client
/<service_name>
SoapPW_<operation_name>.html
/pway-xml
SoapPW_<operation_name>.xml
196 NonStop SOAP Tools










