PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

GetURIResource bug?

edited May 27, 2020 5:06AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 3 commentsAnswered

We are on PT 8.57.06.  I have a Service Operation with 2 URI templates (example below)

However, I've seen the following issue when I do this:

&request = CreateMessage(Operation.API_TEST_GET);

&uri = &request.GetURIResource(1);  /* &uri is blank */

&uri = &request.GetURIResource(2); /* &uri contains /{state}/{city}  */

But if I do this:

&request.URIResourceIndex = 2;   /* uses  /{zip} */

&response = %IntBroker.SyncRequest(&request);

I wonder if this is just a tools version issue or been a bug all along.  Anyone seen this before?

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