103104105106107108109110111112113
@Test @Ignore public void testJSONSCA() throws Exception { ClientIntf client = node.getService(ClientIntf.class, "ClientSCA"); assertNotNull(client); client.callJSON(); } @Test @Ignore public void testJSONWS() throws Exception {
111112113114115116117118119120121
@Test @Ignore public void testJSONWS() throws Exception { ClientIntf client = node.getService(ClientIntf.class, "ClientWS"); assertNotNull(client); client.callJSON(); } @Test @Ignore public void testSDOWS() throws Exception {
139140141142143144145146147148149
147148149150151152153154155156157
@Test @Ignore public void testJSONWS() throws Exception { ClientIntf client = node.getService(ClientIntf.class, "ClientWS"); assertNotNull(client); client.callJSON(); } @Test