transformer.executeChildTemplates(element, context.getContextNode(), context.getMode(), builder);
out.setContent(new DOMSource(document));
// now lets perform the invocation
component.send(outExchange);
}
/**
* Calls the service with the XML content included in the XML element and outputs the XML content
*/