Pega - REST Integration Interview Questions and Answers

Pega - REST Integration Interview Questions and Answers

1.In case of REST, We do not create Data conversion rules like, Converting from clipboard to JSON or JSON to Clipboard. Then, How Pega internally performs this?
A.While consuming rest service, we are not required to create Steaming and Parse rules for JSON. These techniques are OOTB implemented and available.
This will be done by calling internal Java APIs
AdoptJSONObject() and getJSON() API calls.
 
Top