Creating an XML Schema

How to:

After you browse the J.D. Edwards World libraries, 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\iway60\config\base\wsdl\schemas\service\jdeworld\JDETarget 

where:

JDETarget

Is the name of the connection to the J.D. Edwards World 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\iWay60\config\base\schemas\jdeworld\JDETarget			

where:

JDETarget

Is the name of the connection to the J.D. Edwards World 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 J.D. Edwards World library using iWay Explorer:

  1. Select the J.D. Edwards World library you require, for example, FQADBXFIL under the JDFDATA node.
  2. In the right pane, move the pointer over Operations and select Generate Schema.

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

  3. Click the hyperlink associated with the type of schema you want to view, for example, request schema.

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

  4. Click the Back button on your Web browser to return to the previous window.

    After you create schemas, you can create Web services.

    After you create schemas, you can also create events. For more information, see Configuring Events for the iWay Adapter for J.D. Edwards World.


iWay Software