Question
Coforge DPA private Ltd
CA
Last activity: 22 Oct 2019 11:19 EDT
Issue in Connect Rest( ** Exception occurred while mapping incoming response to .response_POST.parts)
We are having requirment to hit external system to get the data by using Connect REST method.
In connect REST we are using POST method, request and response will be in JSON format.
Issue:** Exception occurred while mapping incoming response to .response_POST.parts
JSON Request in Pega
{
"country":"BRA",
"subDivision":"FRD",
"language":"ES-AR"
"parts":
[
{
"partNumber":"NF07063313",
"partType":"OWS"
}
]
}
Response should be mapped to response_POST.Parts which is not mapping.
Attached screen shot for more info
Please help me on this issue to resolve