277278279280281282283284285286287
if (soapAction != null) { msgContext.setUseSOAPAction(true); msgContext.setSOAPActionURI(soapAction); } msgContext.setSession(new AxisMuleSession(context.getSession())); if (logger.isDebugEnabled()) { logger.debug("Invoking Axis Engine."); }