RuntimeWire wire = componentService.getRuntimeWire(binding);
InvocationChain chain = wire.getInvocationChains().get(0);
// Register with the hosting server
String uri = component.getURI() + "/" + binding.getName();
EchoServer.getServer().register(uri, new EchoService(chain.getHeadInvoker(), messageFactory));
}