MessageExchange exchange = getExchange(context, element);
NormalizedMessage in = getInMessage(context, element);
// TODO we should allow nested setOutProperty tags
component.invoke(exchange, in, service, interfaceName, operation);
}
/**
* Invokes the service with the XML content included in the XML element
*/