NonStop SOAP 4.1 User's Manual
-i <SDL file>
specifies the location of the input SDL file.
-m
is the migration option, and specifies that a separate WSDL file must be created for all
operations provided by the service in the <NonStop SOAP 4 Deployment
Directory>/client/<service_name>/wsdl directory. The operation-specific WSDL
files generated are compatible with NonStop SOAP 3.
NOTE: On running the SoapAdminCL tool, the SOAP request and response XML files, XML
schema files, and Migration WSDL files are also generated.
On successful execution, the following files and directories are generated in the directory specified
in the -o option (when the SDL file used as an input to the SoapAdminCL tool includes one service
containing two operations and each operation containing two responses).
/client
/<service_name>
SoapPW_<operation1_name>.html
SoapPW_<operation2_name>.html
/wsdl
SoapPW_<operation1_name>.wsdl
SoapPW_<operation2_name>.wsdl
/pway-xml
SoapPW_<operation1_name>.xml
SoapPW_<operation1_name>Response0.xml
SoapPW_<operation1_name>Response1.xml
SoapPW_<operation2_name>.xml
SoapPW_<operation2_name>Response0.xml
SoapPW_<operation2_name>Response1.xml
/pway-xsd
SoapPW_<operation1_name>.xsd
SoapPW_<operation1_name>Response0.xsd
SoapPW_<operation1_name>Response1.xsd
SoapPW_<operation2_name>.xsd
SoapPW_<operation2_name>Response0.xsd
SoapPW_<operation2_name>Response1.xsd
/services
/<service_name>
SoapPW_<service_name>.wsdl
services.xml
For example:
OSS> SoapAdminCL –o /home/soap_usr/nssoap -i soapapp.sdl -m
The directory appears as:
/home/soap_usr/nssoap
/client
/myservice
SoapPW_myoperation1.html
SoapPW_myoperation2.html
/wsdl
SoapPW_myoperation1.wsdl
SoapPW_myoperation2.wsdl
/pway-xml
SoapPW_myoperation1.xml
SoapPW_myoperation1Response0.xml
SoapPW_myoperation1Response1.xml
SoapPW_myoperation2.xml
SoapPW_myoperation2Response0.xml
SoapPW_myoperation2Response1.xml
/pway-xsd
SoapPW_myoperation1.xsd
Migrating the NonStop SOAP 3 Services 55










