NonStop SOAP User's Manual

Installing NonStop SOAP
NonStop SOAP User’s Manual520501-012
2-4
Post-Installation Script
°
SoapLibrary.a. This library is required to build a custom SOAP server
(Pathway_CGI or command-line executable).
°
SoapMain_CGI.a. This library is required to build a custom SOAP server that
runs as a Pathway_CGI server class. A server runs in this configuration if the
environment variable PATHWAY_SOAP_CGI is set.
°
SoapMain_CommandLine.a. This library is required to build a custom SOAP
server that runs from the OSS command-line. A server runs in this
configuration if the environment variable PATHWAY_SOAP_CGI is not set or is
empty.
°
PwayLibrary.a. This library is required to build a custom SOAP server
(Pathway_CGI or command-line executable).
°
SoapInvoke.o. The library is used for the samples.
°
libcgi.a. This is the CGI library file.
°
/lib_LPS - contains libraries to be used for large message support
°
SoapLibrary.a.
°
SoapMain_CGI.a.
°
SoapMain_CommandLine.a.
°
PwayLibrary.a.
°
SoapInvoke.o.
°
libcgi.a.
If you use the SOAP Admin tool to generate a Makefile, the Makefile automatically
links the appropriate libraries into your process.
/include—Includes the header files used when building a SOAP server using
user-exits.
/samples—contains samples demonstrating the usage of the SOAP Admin tool
and the SOAP server. Included is a sample NonStop SOAP configuration file called
nssoap.config.
SOAP server examples are in the subdirectory called /pathway. The subdirectory
includes a readme file that describes how to run the examples and these sample
files:
°
/pathway (contains TS/MP samples)
°
/license (contains the license agreement)
Post-Installation Script
A post-installation shell script 'install.sh' is packaged as part of this product. This
interactive script helps set up NonStop SOAP components and samples.