Question
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
Hi Vishnu,
You can please try to map the response to a property on clipboard and parse the reponse using pxConvertStringToPage method later in data transform.
Thanks,
Divya Sri Padarthy