operationClient.execute(true);
return null;
}
});
} catch (PrivilegedActionException e) {
operationClient.complete(requestMC);
throw (AxisFault)e.getException();
} finally {
// TUSCANY-3838: call afterInvoke() on both normal and exception paths
responseMC = operationClient.getMessageContext(WSDLConstants.MESSAGE_LABEL_IN_VALUE);