log.debug("Sending WS-Discovery Hello message for the " +
"service " + service.getName());
}
try {
messageSender.sendHello(service, (String) discoveryProxyParam.getValue());
} catch (DiscoveryException e) {
log.error("Cannot send the hello message ", e);
}
}
}