Connect PeopleSoft Component

How can we connect PeopleSoft component interface to third party application to get data from third party to PeopleSoft.

Questions by rameshmg25

Showing Answers 1 - 7 of 7 Answers

We have various options for this..
1: use ExcelToCi utility..
2: Use file layout and Application engine concepts..
3. we also have templates(for JAVA,VB,C users) to load data into PS tables.

  Was this answer useful?  Yes

NG

  • Oct 27th, 2012
 

configure Web service for the the required CI and create a WSDSL with requirement action method...
Share the WSDL file with third system to get/update the peoplesoft table.

  Was this answer useful?  Yes

vamsi pendela

  • Apr 12th, 2013
 

We have various options to upload the data into the component.
1) If user want to upload the data with complete validation, developer can go with Excel to CI utility.
2) If user want to upload the data with out validation, developer can go with the following options.
a) File Layout: Create an application engine by using file layout and upload the data through this.
b) File Parser: Create a template and run the File parser. It is delivered process.
3) If we want to take entire/major data from the current system which is currently executing JAVA,C etc,.
developer can chose the Integration Broker(IB).
Note: Developer can put the validations in App engine also through peoplecode or component Interface.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions