The next step in working with the PeopleSoft sample is to create
a J2EE connector project by importing the PeopleSoft resource adapter into
the workbench. The PeopleSoft resource adapter enables the enterprise service
discovery wizard to discover EIS services on PeopleSoft servers. It also enables
the generated imports and exports to exchange business objects between an
application and the EIS services.
To import the PeopleSoft resource adapter:
- From the Window menu, select Open
Perspective > Other. The Select Perspective window opens.
- If J2EE does not appear in the list of perspectives,
select the Show All check box.
- Select J2EE and click OK.
The J2EE perspective opens.
- In the Project Explorer view, right-click Connector
Projects and select Import > RAR file.
The Connector Import wizard opens.
- In the Connector file field, specify the
following path and name of the PeopleSoft resource adapter (where installDir is
the install path of WebSphere Integration Developer): installDir\Resource
Adapters\PeopleSoft\deploy\CWYES_PeopleSoft.rar. For example: C:\Program
Files\IBM\WebSphere\ID\602\Resource Adapters\PeopleSoft\deploy\CWYES_PeopleSoft.rar.
- In the Connector project field, type PeopleSoft.
- Clear the Add module to an EAR project check
box, as shown in the following figure. Because you will not use the EAR project
that is specified, you do not need to add your module to it. Instead, you
will add the connector module to the business integration module.

- Click Finish. In the Project
Explorer view, the new connector project PeopleSoft is
displayed under the Connector Projects folder.
- In the Project Explorer view, expand PeopleSoft and Deployment
Descriptor: Connector IBM WebSphere Adapter for PeopleSoft Enterprise to
display the PeopleSoft resource adapter.