if (event.getFlowConstruct() != null)
{
properties.put("serviceName", event.getFlowConstruct().getName());
}
TemplateParser tp = TemplateParser.createMuleStyleParser();
soapAction = tp.parse(properties, soapAction);
if (logger.isDebugEnabled())
{
logger.debug("SoapAction for this call is: " + soapAction);
}