// 1. look up opCtxt using mc.addressingHeaders.relatesTo[0]
if (axisOperation == null) {
return InvocationResponse.CONTINUE;
}
OperationContext operationContext =
axisOperation.findForExistingOperationContext(msgContext);
if (operationContext != null) {
// register operation context and message context
// axisOperation.registerOperationContext(msgContext, operationContext);
axisOperation.registerMessageContext(msgContext, operationContext);