-
POST Authenticate User : A 200 response is returned and the call successfully returns token
-
GET Latest Version : A 200 response is returned and the call successfully returns the latest version of the requested document
-
GET Download Version : A 200 response is returned but not able to extract/transform the content.
Have played around with various peoplecode command and code techniques to extract the contact with no success. - 1 Posts
- 8 Views
PeopleCode to extract content from GET Download Version REST API
Peoplesoft FSCM 9.2
Peoplesoft Toosl 8.58.09
Oracle 12.1.0.2
Issue Summary:
Using peoplecode to trigger the delivered IB_GENERIC_REST_POST
to call the a series of delivered REST APIs
I use the SOAP testing tool SOAP UI
When I make the same calls from SOAP IU the pdf is displayed in the result from the GET Download Version call.
Any help on how to extract the content from the GET Download Version REST API is welcome.