The sample application files are installed when you install the
adapter. They are packaged in an archive file that is installed in the Sample
folder.
The sample application package includes all the required artifacts, so
for Scenario 1, you do not need to use the enterprise service discovery wizard
to obtain these. A minimal set of files is used for Scenario 2. When you run
Scenario 2, the enterprise service discovery wizard generates these artifacts
and configures the adapter.
The files are found in the following folder: \adapter\PeopleSoft\samples.
A PeopleTools project folder,
WBI_Customercontains
the following two files:
- WBI_Customer.xml
- WBI_Customer.ini
These files are used to create the required PeopleSoft EIS components.
Copy these two files onto the PeopleSoft EIS file system. Then, do the following
in PeopleTools:
- Import these two files through the Application designer.
- Build the project so that the tables are created in the database.
- Grant access permissions for the imported component interface.
- Grant access permissions for the PeopleTools Java™ APIs generated for the component interface.
- Repeat the steps above to import the event components IBM_EVENT_V600.xml
and IBM_EVENT_V600.ini. These files are found in the IBM_EVENT_V600 folder.
- Compile the Java files generated, and create a jar file containing
the classes generated. Name the file psftci.jar.
Note: For detailed information on completing the above steps,
refer to PeopleSoft documentation.
Two .EAR files, sampleoutboundApp.EAR and sampleinboundApp.EAR are also
provided within the adapter/PeopleSoft/samples/Apps folder. Copy them to a
location of your choice.
The
sampleoutboundApp.EAR contains the following files:
- Manifest.mf
- application.xml
- deployment.xml
- CWYES_PeopleSoft.rar
- sampleoutboundWeb.war
- sampleoutboundEJB.jar
- sampleoutbound.jar
- sampleoutboundEJBClient.jar
The sampleoutbound.jar file contains the business object (xsd), import,
and wsdl files:
- Manifest.mf
- WbiCustomerCGB.xsd
- WbiCustomerCi.xsd
- Wbiaddress.xsd
- Wbiphone.xsd
- WbiCustomerCiContainer.xsd
- .runtime
- sampleoutbound.perfs
- PeopleSoftOutboundInterface.import
- PeopleSoftOutboundInterface.wsdl
- sca.module
- sca.modulex
The
sampleinboundApp.EAR contains the following files:
- Manifest.mf
- application.xml
- deployment.xml
- CWYES_PeopleSoft.rar
- sampleinboundWeb.war
- sampleinboundEJB.jar
- sampleinbound.jar
- sampleinboundEJBClient.jar
The sampleinbound.jar file contains the business object (xsd), export,
wsdl, and the listener class (Component1Impl) files:
- Manifest.mf
- WbiCustomerCGB.xsd
- WbiCustomerCi.xsd
- Wbiaddress.xsd
- Wbiphone.xsd
- WbiCustomerCiContainer.xsd
- .runtime
- Component1.component
- PeopleSoftInboundInterface.import
- PeopleSoftInboundInterface.wsdl
- Component1.Impl.class
- Component1.Impl.java
- sca.module
- sca.modulex
After you generate files for Scenario 2, compare your results against these
lists to confirm successful generation.