< Previous | Next >

Optional: Creating the tables for the DatabaseLookup primitives

The CustomerLookup and ServiceAddressLookup primitives use database tables to retrieve the subscription level and service address of the customer. This topic describes the tables and their columns and data.

This step is optional. You only need it if you plan to run the sample.
Create the tables in your database with the following columns. Data is provided as an example:
Table 1. CUSTOMERTABLE
CUSTOMERID SUBSCRIPTIONLEVEL
CustomerA standard
CustomerB premium
Table 2. ENDPOINTTABLE
SUBSCRIPTIONLEVEL ADDRESS
standard http://localhost:9080/DelayedService/services/DelayedServiceSOAP
premium http://localhost:9080/RealtimeService/services/RealtimeServiceSOAP

Feedback
(C) Copyright IBM Corporation 2005, 2006. All Rights Reserved.
< Previous | Next >