Browsing Metadata and Generating Schemas

How to:

This section explains how to use iWay Explorer to expose and browse the objects within an EIS, and to generate schema for those objects. iWay Explorer can connect to a variety of application systems, each with their own information components, such as business objects, database tables, or functions. See the adapter specific user's guide for details on the components related to your adapter.


Top of page

x
Procedure: How to View Application System Objects

To browse application system data:

  1. Connect to the target of interest.
  2. Expand the target node to reveal the available objects.

    To illustrate browsing object metadata, SAP is used as an example target node and application system. The following image shows an expanded target node named SAPTarget.

  3. Select an object to view.

    The following image shows the SAPTarget node expanded to expose the SAP Business Object Repository. The BAPI_COMPANY_GETLIST is selected in the left pane and the related information appears in the right pane.

  4. If they are present, click additional tabs in the right pane to continue exploring the metadata.

When you have located the metadata you want, you can then generate XML schemas.


Top of page

x
Procedure: How to Generate an XML Schema

To generate XML request and response schemas for an object:

  1. Right-click the object node of interest, and select Generate Schema from the drop-down list. The following image shows an example of the drop-down list.

    The applicable schema icons appear below the selected object. In the example shown in the following image, the icons are for event, eventreply, request, and response schema.

  2. Select the schema icon to view the schema in the right pane.
  3. To save the schema, right-click the schema and select either Save As, Publish, or FTP Export from the drop-down list. The following image shows this drop-down list for the GetList request schema.

    The following image shows an example of the request schema for the SAP BAPI_COMPANY_GETLIST object.

After you generate the schemas, you can create an iWay Business Service for the object you want to use with an adapter.


iWay Software