SOA Gateway Version 2010-05-31
 —  Administration  —

Using the SOA Gateway with VSAM

The SOA Gateway can interface with VSAM .

The SOA Gateway can access data in VSAM datasets. RRDS, ESDS and KSDS are supported.

The following will guide you through the process of creating a VSAM based webservice.


Creating a VSAM SOA Gateway Web Service

A new DataView can be generated to access a VSAM resource using the 'WebService Discovery wizard', which will not only generate the DataView (XRD), but also a XSD, plus the SOA Gateway Resource definition itself.

  1. Start the Discovery Wizard from the Servers View as described here' or from the Configuration view as follows:

    graphics/le_d01.png

  2. Select the VSAM_Driver and click Next >.

    graphics/driver_selection.jpg

  3. Enter the High Level Qualifier of your VSAM file. You may also optionally enter the Catalog name. Click Discover

    graphics/vsam_specify.jpg

  4. Select the VSAM dataset from the list returned, click Import

    graphics/vsam_specify2.jpg

  5. You can now associate the vsam dataset with an existing Dataview, as shown below.

    graphics/vsam_specify4.jpg

    Advance to the Connect with column, click it, then click the push-button appearing at the right hand corner, and associate it with a Dataview, as shown in the following,

    graphics/vsam_specify5.jpg

  6. Alternatively, instead of a Dataview, you can associate the VSAM file with Cobol code. Select Source from File System.

    graphics/vsam_specify7.jpg

  7. Click on the three dots under Connect With. Now browse for the source to associate with this VSAM webservice.

    graphics/vsam_specify8.jpg

  8. The selected cobol source will be parsed and data structures in the Linkage and Work Storage Sections will be presented.

    graphics/vsam_specify9.jpg

  9. Select the data structures from the list and click Continue. The webservice will the created and published.

    graphics/vsam_specify10.jpg

Top of page