Tip Of The Week : Simple Post Utility - Integrating with third party systems
The Simple Post utility enables you to post XML messages to PeopleSoft Systems from third-party systems using shell scripts or a Java API. The utility wraps the incoming messages in the PeopleSoft XML wrapper format and posts them to the HTTP listening connector.This then creates a Integration Broker ( IB ) message for the relevant Service Operation.
The utility helps you when you have one system (HCM/FSCM) using a Third Party software but want the information to be synchronized to a PeopleSoft system.
For ex. if you are managing you HR Data in a third party system but you are using PeopleSoft Financials and want the data to be synchronized, then you can write a java program which can convert you HR Data to PeopleSoft readable XML messages and use this utility to post the XML data to the PeopleSoft system.