}
PayloadHelper.setXMLPayload(mc, message.cloneOMElement());
} catch (AxisFault axisFault) {
String msg = "Error in setting the message payload : " + message;
log.error(msg, axisFault);
throw new SynapseException(msg, axisFault);
}
}
if (soapAction != null) {
mc.setSoapAction(soapAction);
}