Version 9.8

SOA

Exercise Objectives

ApplinX allows you to expose procedures as either web services or procedure clients, generated to the project’s code. Procedures can retrieve data from various sources such as host screens, RPG and COBOL transactions, an external Database and even an External Web Service.

At the end of the exercise you will know how to:

Use a rather simple Access (mdb) Table to get additional data about each record returned from the host screen. This exercise demonstrates how you can combine together data from the host, with data from other sources.

Requirements

../graphics/gr_b_sm.png

Collecting Data from Multiple Screens

../graphics/gr_b_sm.png

Creating a Connection Pool

../graphics/gr_b_sm.png

Creating Connection Information Sets

../graphics/gr_b_sm.png

Defining a Database Connection in ApplinX Repository

../graphics/gr_b_sm.png

Using a DB Connection in a Flow Procedure

../graphics/gr_b_sm.png

Putting all the Pieces Together...

Top of page