@Test
public void testDOMIdentitySCA() throws Exception {
ClientIntf client = node.getService(ClientIntf.class, "ClientSCA");
assertNotNull(client);
client.testRoundTripDOMIdentity();
}
@Test
public void testDOMIdentityWS() throws Exception {
ClientIntf client = node.getService(ClientIntf.class, "ClientSCA");