Creating an XML Schema

How to:

After you browse the PeopleSoft business object repository, you can generate XML request and response schemas for the object you wish to use with your adapter. The exact location of the schemas differs depending on whether you deploy iWay Explorer with an iBSP or a JCA configuration.

When the adapter is used with an iBSP configuration, iWay Explorer stores the schemas in a subdirectory of the iWay installation directory, for example,

C:\Program Files\iWay61\config\base\wsdl\schemas\service\
 peoplesoft\Psoft

where:

Psoft

Is the name of the connection to the PeopleSoft system as defined in iWay Explorer.

Under this directory, iWay Explorer creates subdirectories containing schemas.

When the adapter is used with a JCA configuration, iWay Explorer stores the schemas under a \schemas subdirectory of the iWay home directory, for example,

C:\Program Files\iWay61\config\base\schemas\
 peoplesoft\PsoftServer

where:

PsoftServer

Is the name of the connection to the PeopleSoft system as defined in iWay Explorer. iWay Explorer stores the schemas in this directory.


Top of page

x
Procedure: How to Create an XML Schema

To create XML request and response schemas for a PeopleSoft Component Interface using iWay Explorer:

  1. Select the Component Interface you require.
  2. In the right pane, move the pointer over Operations and select Generate Schema.

    The Schemas pane opens on the right with a table that defines the root tag for each schema and provides associated hyperlinks as shown in the following image.

  3. Click the hyperlink associated with the type of schema you want to view.

    The XML schema appears on the right as shown in the following image.

  4. To return to the previous window, click the Back button on your web browser.

    After you create schemas, you can create web services.

    After you create schemas, you can also create events. For more information, see Listening for PeopleSoft Events.


iWay Software