PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

PeopleSoft REST POST with Message Body

edited Oct 5, 2018 5:00AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 3 commentsAnswered

I'm trying to understand how to build a custom REST service to expose/insert/update data in PeopleSoft to other systems.

We understand how to build SOAP messages to expose data and are comfortable with configuring those.  We are also comfortable with REST GET.

We want to stop using SOAP and there are no clear examples, that we could find, of POST using REST in PeopleSoft.

I did find this one partial example in the community below:

&token = "accesstokenvalue";
&json_msg = "{";
&json_msg = &json_msg | """refresh_token"":""" | &token | """";
&json_msg = &json_msg | "}";
&request = CreateMessage(Operation.MY_TEST_POST, %IntBroker_Request);

Tagged:

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