int status = -1;
if (response != null &&
response instanceof HttpServletResponse) {
status = ((HttpServletResponse) response).getStatus();
}
wm.afterServiceEvent(wrapper.getName(), status);
}
// check it's top level invocation
// BEGIN IASRI# 4646060
if (im.getCurrentInvocation() == null) {