346347348349350351352353354355356
@Test public void testCallbackBindings() throws Exception{ initDomain("callback_bindings.composite"); MyClient client = ServiceFinder.getService(MyClient.class, "MyServiceClientComponent/MyClient"); client.callService() ; cleanupDomain(); }