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. ENDPOINTTABLESUBSCRIPTIONLEVEL |
ADDRESS |
standard |
http://localhost:9080/DelayedService/services/DelayedServiceSOAP |
premium |
http://localhost:9080/RealtimeService/services/RealtimeServiceSOAP |