Can OSB obtain the response body when http error?
Hi There,
I am trying to get the addtional message from the response body via a business service when http error.
The external service do response the message in the body and in my testing tools postman it display the message but I cant find it any same message is OSB variable. $fault, $body, $outbound.
Artifacts that I am using
AnyXML Proxy with exception handler ----> service routing ----> AnyXML Business Service ----> external service.
I just need to display the response body to the consumer thats it.
Appreciate if someone can give some pointer.