Implementing DB2 Web Services
README
Introduction
This document contains information about Implementing DB2 Web Services. DB2 Web services
runs on Apache SOAP 2.2 and provides the following features:
-
resource based deployment and invocation through Document Access Definition Extension (DADX)
-
at development time, automatic service redeployment when its defining resource
changes
-
HTTP GET and POST bindings in addition to SOAP
-
automatic WSDL and XSD generation, including support for UDDI Best Practices
-
automatic documentation and test page generation
Implementing DB2 Web Services
- Read the documentation Web Services Object Runtime Framework: Implementing DB2 Web Services.
The documentation is located on the DB2 PDF Documentation CD. Look in directory /doc/lang/, where lang is your environment locale. In United States English, the file is /doc/en_US/dxxservl.pdf.
-
Unzip dxxworf.zip to a directory, for example d:\worf.
The directory has the following contents:
-
readme.html and images - this document
-
lib/services.war - sample Web application containing Web services
that use WORF
-
lib/worf-servlets.jar - servlet implementations for the DB2 web services
-
lib/worf.jar - The Web Services Object Runtime Framework library which must be installed on the classpath
of the servlet engine
-
schemas/dadx.xsd - XML schemas for the DADX files
-
schemas/nst.xsd - XML schemas for the NST XML files
-
schemas/wsdl.xsd - XML schemas for the WSDL files
-
tools/lib/CheckersCommon.jar
- tools/lib/DADChecker.jar- DAD syntax checker
- tools/lib/DADXEnvChecker.jar - DADX syntax checker