We are using SOAP binding, and in our beans, we are setting properties which we expect to be returned to the caller, eg:
response.getContext().setProperty("testKey", "testValue", Scope.MESSAGE);
|
This works when the exchange is successful, but it does not work in case of a runtime exception. |