NonStop SOAP User's Manual

Using the SOAP Admin Tool
NonStop SOAP User’s Manual520501-012
5-12
WSDL Files
SoapUEHandler_impl.h. This file consists of class declarations of all user-exits.
Each class is derived from SoapUEHandler. The class factory instantiates a
SoapUEHandler_Generic object, which includes an internal SoapUEHandler
corresponding to a TS/MP service.
empSoapPW_EmpInfo.html. This file, when opened in a browser, displays an html
form representing the request definition EmpDetails00. To test a server process
that runs as a Pathway_CGI server class, you can enter values in the fields, then
click either Submit or Debug:
Submit creates a SOAP message (corresponding to the request DTD and the data
you entered on the form) and sends the message to the Pathway_CGI process.
Debug opens a window that displays the SOAP message but does not send the
message to the Pathway_CGI process.
empSoapPW_EmpInfo.xml. This file contains a SOAP/XML document in which the
Body element conforms to the empSoapPW_EmpInfo.dtd. The values for the leaf
XML elements are empty. You can use this file to test a command-line server
process after supplying values for empty leaf elements.
empSoapPW_EmpInfoResponse.xml. This file contains a SOAP/XML document in
which the Body element conforms to the empSoapPW_EmpInfo.dtd. The values for
the leaf XML elements are empty.
empSoapPW_EmpInfo.wsdl. This file contains wsdl for this particular service.
empSoapPW_EmpInfo.xsd. This file contains schema information for the request
and responses for this particular service.
Makefile. This NSK OSS Makefile compiles all the .cpp files and builds a
Pathway_CGI process or a command-line executable. Depending on whether the
environment variable PATHWAY_SOAP_CGI is set, the Makefile links the .cpp files
with either SoapMain_CGI.a or SoapMain_CommandLine.a. (These libraries are
in the /lib directory of the NonStop SOAP installation).