@Test
 public void restQueryEndpointsService() throws Exception {
   TestClientItf testClient =
       frascati.getService(
           componentList.get(0), "simpleRegistryServiceTestClientService", TestClientItf.class);
   EndpointInformations result = testClient.testQueryEndpoints(null, null);
   Assert.assertNotNull(result);
 }