NonStop SOAP User's Manual

NonStop SOAP User-Exits
NonStop SOAP User’s Manual520501-012
C-29
SOA Enable a Nonstop Server Application With
User-Exits
For example,
simpcl: simpcl.c
rm -f $(@)
CFLAGS="$(CFLAGS)" \
TUXDIR=$(TUXDIR) \
$(XCBINDIR)/buildclient \
-o simpcl \
-f "userexit-cpp/SoapUEHandler_impl.cpp userexit-
cpp/SoapUEClass Factory.cpp" \
-f {XERCESCROOT}/lib/OssTandemPlatformUtils.o \
${SOAP4NSK}/lib/SoapMain_CommandLine.a \
${SOAP4NSK}/lib/SoapLibrary.a \
${SOAP4NSK}/lib/PwayLibrary.a \
${XERCESCROOT}/lib/libxerces-c_icu2_4_0.a \
${XERCESCROOT}/lib/libicu-uc.a \
${XERCESCROOT}/lib/libicu-stubdata.a"
5. Similarly, you can add a new TARGET for the NonStop SOAP server with user-
exits in a Web-hosted environment. For this, you will need to link the CGI library in
place of the command-line library.