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 - |
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 -
|