OSB - error handling response is not consistent
Hi All,
Im doing error handler in OSB 12.3 I observe a different response between testing it via console vs postman. See below comparison.
OSB console:
{"errorMessage": "XQuery expression did not return the non-empty source to apply the nXSD translation.","errorCode": "OSB-382559"}
Postman:
{
"errorMessage": "Failure while un-marshalling message: Unable to convert from this source type to StringSource: com.bea.wli.sb.sources.LazilyBufferedSource",
"errorCode": "OSB-382030"
}
Im expecting to get the same response from osb console using postman. Not sure if this is a bug?