< Previous | Next >

Importing the PeopleSoft RAR file

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:

  1. From the Window menu, select Open Perspective > Other. The Select Perspective window opens.
  2. If J2EE does not appear in the list of perspectives, select the Show All check box.
  3. Select J2EE and click OK. The J2EE perspective opens.
  4. In the Project Explorer view, right-click Connector Projects and select Import > RAR file. The Connector Import wizard opens.
  5. 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.
  6. In the Connector project field, type PeopleSoft.
  7. 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, it is not necessary to select it. Instead, you will add the connector module to the business integration module.
    Picture of the Import window
  8. Click Finish. In the Project Explorer view, the new connector project PeopleSoft is displayed under the Connector Projects folder.
  9. In the Project Explorer view, expand PeopleSoft and Deployment Descriptor: Connector IBM WebSphere Adapter for PeopleSoft Enterprise to display the PeopleSoft resource adapter.

Feedback
(C) Copyright IBM Corporation 2005, 2006. All Rights Reserved.
< Previous | Next >