Question
4
Replies
2537
Views
Accenture
Posted: August 2, 2019
Last activity: November 20, 2019
Exception occured while mapping incoming response to .response_GET
We have REST connector , for invalid customer the source system send the response as below-
{"success":false,"errors":{"error":[{"code":"CUSNOEXIST","message":"Existing customer not found"}]}} PRPC 7.3 version is used and it is failing to parse the response, however the page/page list structure is created properly. Error -
|
Do you have the different response structure for success and failure case?
if yes than you can not map the data to page directly as response structure is not consistent .
you need to create a text property and save the incoming response to it and later based on the http status code of the response and map the data to clipboard using JSON data transforms