@Test // Fails for 3894, (rename test)
public void testDOMSCA() throws Exception {
ClientIntf client = node.getService(ClientIntf.class, "ClientSCA");
assertNotNull(client);
client.callDOM();
}
@Test // Output DB treated as DOM, rather than String
public void testDOMWS() throws Exception {
ClientIntf client = node.getService(ClientIntf.class, "ClientWS");