java.lang.Exception: External Generic Call Failed See Log For Details: 413
Hi Team,
I am trying to call an external api via JDE orchestrator using ASI and We want to send them our data. but its failing with the below error message as pop-up.
{
"message": {
"ServiceRequest: UpsertSchemePricingData_test": {
"statusCode": 413,
"error": "java.lang.Exception: External Generic Call Failed See Log For Details: 413 ",
"headers": {}
}
},
"exception": "Exception",
"timeStamp": "2021-08-20T11:10:23.127+0800",
"userDefinedErrorText": "",
"status": "ERROR",
"exceptionId": "b744e476-02bf-43d8-9b7a-a345a5b5b1e2"
I just want to know is external api side have issue or our side? Because we able to send one set of data but cant with multiple set.