PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Integration between PeopleSoft Environments using PeopleSoft Services Listening Connector

edited Mar 1, 2016 4:03AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 3 commentsAnswered

We have implemented a synchronous integration point btwn our PS HCM (V9.2, PT 8.54.05) and FSCM (v9.2, PT 8.54.12)  to bring in a necessary account related data from FSCM into HCM. However rather than using the traditional PeopleSoft Target Connector, our integration point uses PeopleSoft Services Listening Connector. The HCM system calls a FSCM service operation using the said connector and the FSCM system processes and sends back the response message. The code looks something like this:

From the HCM System:

/*Request Info*/

SQLExec("select URI_TEXT from PSNODEURITEXT WHERE MSGNODENAME = 'PSFT_EP' and URI_TYPE = 'PL'", &URL);

   &posnum = Find("psp", &URL);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center