@Test
 public void restQueryWSDLInformationsService() throws Exception {
   TestClientItf testClient =
       frascati.getService(
           componentList.get(0), "simpleRegistryServiceTestClientService", TestClientItf.class);
   ServiceInformations result = testClient.testQueryWSDLInterfaces(null, null);
   Assert.assertNotNull(result);
   Assert.assertEquals(3, result.getServiceInformationList().size());
 }