int port = DEFAULT_PORT;
int port1 = getPort(fullAddress);
if (port1 != -1){
port = port1;
}
Client client = new Client(address, port, callHandler);
ICartagoNodeRemote env = (ICartagoNodeRemote) client.getGlobal(ICartagoNodeRemote.class);
return env.execInterArtifactOp(srv, callbackId, userId, srcId, targetId, op, timeout, test);
} catch (LipeRMIException e) {
e.printStackTrace();
throw new CartagoInfrastructureLayerException();