NonStop SOAP 4.1 User's Manual
OSS>SoapAdminCL –dtd
• Check the version of the SoapAdminCL tool using the following command:
OSS>SoapAdminCL –v | -version
• Invoke the command-line help of the SoapAdminCL tool using the following command:
OSS>SoapAdminCL -h | -help | -?
• Convert a transaction identifier from an external ASCII form to an internal form
(\system-name(tm-flags).cpu.sequence).
OSS>SoapAdminCL -t | -TMFTransactionId <Transaction identified in external ASCII format>
The WSDL2PWY Tool
The WSDL2PWY tool is a standalone Java-based command-line tool that runs in the OSS environment
on NonStop systems. This tool uses a WSDL file as an input to generate client stubs and Pathway
service skeleton files in the C programming language. The Pathway service skeleton files are used
to create a Pathway application that can be deployed as a Web service in NonStop SOAP 4.
Figure 15 shows the files generated by the WSDL2PWY tool.
Figure 15 Files Generated by the WSDL2PWY Tool
WSDL
Clients stubs
(using client APIs)
Pathway service skeleton
and setter getter for
XML schema elements f iles
WSDL2PWY
This section describes the following topics:
• “Generating NonStop SOAP 4 Client Stubs” (page 204)
• “Generating Service Stubs” (page 205)
• “XML Schema and C Data Types Mapping” (page 206)
The WSDL2PWY Tool 203










