LoggingUtils.logMessage(router.getLog(), request, true);
//
// actually perform the operation with the given parameters
//
Element result = router.invoke(requestData);
//
// the standard response wsa:Action name is Action + "Response"
//
MessageHeaders replyAddressing = null;