43444546474849505152
GreeterService service = new GreeterService(); //loop through all of them and have them greet me. for (EndpointReference ref : references) { Greeter g = service.getPort(ref, Greeter.class); System.out.println(g.greetMe("World")); } } }