WebService - "ACTION.REMOTE_ENDPOINT" error

Hi Team,

We are getting below error message from Web Service in Data Action. However getting proper json response in Postman.

{
"message": "The request could not be understood by the server due to malformed syntax.",
"code": "bad.request",
"status": 400,
"messageParams": {},
"contextId": "bd00fcdd-a123-48fd-aa80-a8330b6f7211",
"details": [
{
"errorCode": "ACTION.REMOTE_ENDPOINT"
}
],
"errors": [
{
"message": "REST call for action execute failed. Message: Request to backend service failed. Response from web service: {\r\n "sessionId": "XXX",\r\n "transactionId": "XXX",\r\n "message": "XXX",\r\n "errorCode": "XXX"\r\n} [bd00fcdd-a123-48fd-aa80-a8330b6f7211]",
"code": "BAD_REQUEST",
"status": 400,
"messageParams": {},
"details": [],
"errors": []
}
]
}
We tried adding Transfer-Encoding as buffered in header also.But still same issue.

Hi Maragatham,

The error is indicating that the remote endpoint returned a response code of 400. The response from the remote endpoint appears to be valid json. I would check if the message or errorCode contained in that response indicates what is wrong with the request.

--Jason

Sure.We will request for the verification at End point.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.