msgContext.setMessage(null);
wsInvocation.setReturnValue(resObj);
}
// call the response handlers
handlersPass = callback.callResponseHandlerChain(wsInvocation, HandlerType.POST);
handlersPass = handlersPass && callback.callResponseHandlerChain(wsInvocation, HandlerType.ENDPOINT);
// update the return value after response handler processing
return wsInvocation.getReturnValue();
}