NonStop SOAP 4.1 User's Manual
OSS> SoapAdminCL -i mysdl.xml
The generated directory structure appears in the current directory as:
<current directory>
/client
/myservice
SoapPW_myoperation1.html
SoapPW_myoperation2.html
/pway-xml
SoapPW_myoperation1.xml
SoapPW_myoperation1Response0.xml
SoapPW_myoperation2.xml
SoapPW_myoperation2Response0.xml
/pway-xsd
SoapPW_myoperation1.xsd
SoapPW_myoperation1Response0.xsd
SoapPW_myoperation2.xsd
SoapPW_myoperation2Response0.xsd
/services
/myservice
SoapPW_myservice.wsdl
services.xml
• The following command generates the HTML client files, XML schema files, the WSDL file,
the services.xml file, and the SOAP request and response XML files at the location
mentioned using the -o option (when the SDL file contains definitions for a single service
with two operations):
OSS> SoapAdminCL -i mysdl -o /home/usr/my_nssoap
The generated directory structure appears at the location mentioned using the -o option
as:
/home/usr/my_nssoap
/client
/myservice
SoapPW_myoperation1.html
SoapPW_myoperation2.html
/pway-xml
SoapPW_myoperation1.xml
SoapPW_myoperation1Response0.xml
SoapPW_myoperation2.xml
SoapPW_myoperation2Response0.xml
/pway-xsd
SoapPW_myoperation1.xsd
SoapPW_myoperation1Response0.xsd
SoapPW_myoperation2.xsd
SoapPW_myoperation2Response0.xsd
/services
/myservice
SoapPW_myservice.wsdl
services.xml
• The following command generates the HTML client files, XML schema files, WSDL files,
the services.xml file, and the SOAP request and response XML files at the location
mentioned with the -o option. The -m option generates the operation-based WSDL file
to facilitate migration of applications from NonStop SOAP 3 to NonStop SOAP 4 (when
the SDL file includes definitions for a single service with two operations):
SoapAdminCL -i mysdl -o /home/usr/my_nssoap -m
/home/usr/my_nssoap
/client
/myservice
SoapPW_myoperation1.html
SoapPW_myoperation2.html
/pway-xml
198 NonStop SOAP Tools










