beautypg.com

Refer to, Overview – HP NonStop G-Series User Manual

Page 264

background image

3. Using the Web Application Services
with Microsoft Active Server Pages

The Web Application Services Toolkit is an extension to the Jolt 1.1 Java class library. The
Toolkit allows the Jolt client class library to be used in a Web Server to provide an interface
between HTML clients or browsers, and a TUXEDO application.

A complete listing of all the examples used in this chapter are distributed with the Jolt Web
Application Services software. In this chapter, segments of code from these samples are used to
illustrate the use of the Toolkit. The samples delivered with the software supports four services:
INQUIRY, WITHDRAWAL, DEPOSIT, and TRANSFER. This chapter explains the steps you
can follow to use an HTML client interface to the TRANSFER service of the TUXEDO bankapp
application. The TRANSFER service illustrates the use of parameters with multiple occurrences.
This walkthrough explains the use of the TRANSFER service only.

Note

The walkthrough illustrates the use of the Web Application Services with Microsoft IIS and
VBScript.

To use the information in the following sections, you should be familiar with:

NonStop TUXEDO and the sample TUXEDO application, bankapp

Jolt for NonStop TUXEDO 1.1

HTML (Hypertext Markup Language)

VB Script

Object-oriented programming concepts

Overview

Follow these steps to complete the Web Application Services walkthrough:

Review the

Getting Started Checklist

Review the

Overview of the TRANSFER Service

Complete the Steps in the TRANSFER Request walkthrough

Initializing the Jolt Session Pool Manager

Submitting a TRANSFER Request from the Client

Processing the Request