Scenario 2 of the sample application requires you to use the enterprise
service discovery wizard to deploy the application package, configure the
adapter, and generate the SCA artifacts.
Before you begin
Before you begin to deploy and configure, import the CWYES_PeopleSoft.RAR
file into the project.
Why and when to perform this task
For this task, you must run the enterprise service discovery wizard
within the IBM
® WebSphere
® Integration
Developer to set adapter configuration properties. To change the property
values later, use the WebSphere Process Server administrative console.
Note: Note: During deployment, if you specify J2C activation specification
properties when you initially configure the service, those property settings
will remain in place (in other words, you cannot update the properties later,
after you install the application, via the WebSphere Process Server administrative
console). If, for any reason, you want to set the J2C activation specification
properties after installing the application via the administrative console,
then you should refrain from setting them during deployment. Note that J2C
connection factory properties can be set during deployment and then updated
via the administrative console after you install the application.
Steps for this task
- In the Business Integration Perspective of WebSphere Integration Developer, right-click
the frame and from the pop-up menu, select .
- Click Next in the following screen.
- In the Import Configurations window, select IBM
WebSphere Adapter for PeopleSoft Enterprise, and then click Next.
- In the Discovery Agent Initialize Properties window,
select the component interface psftci.far. Set
properties marked with an asterisk (*) and click the Next button.
- In the Find and Discover Enterprise Services window,
click the Run Query button.
- Under Objects discovered by query, select WBI_CUSTOMER_CI and
click the Add Selected button. Then click Next.
- For outbound processing, do not change the Service Type;
accept the default value Outbound. For inbound processing, change the Service
Type to Inbound . Enter data in
the BO Location field, and then click Next. (Remove Apply
Changes if you plan to test through the test client.)
- Click theNew button to create a new project,
and then specify TestOutbound in the Module
Name field, and then click Next. (For inbound
processing, specify TestInbound in the Module
Name field.)
- Click Finish.
- In the Saving Properties window, enter Sample in
the Folder field, and then click Specify
Connection Properties. Set properties marked with an asterisk
(*) and specify IBM_EVENT_CI for the Component
Interface field. Make sure to specify a language, and to select Use
discovered connection properties. Click the Finish button. These steps should produce a new project, either TestOutbound or TestInbound,
that appears in the Business Integration window.
- Export the project to the .EAR file by selecting the project and
then clicking File, Export.
- Deploy the .EAR file.
What to do next
The adapter application package, including all its SCA artifacts,
is now configured and deployed. You can now run the sample application.