public ICartagoContext joinRemoteWorkspace(String wspName, String fullAddress,
AgentCredential cred, ICartagoCallback eventListener)
throws CartagoInfrastructureLayerException, CartagoException {
try {
CallHandler callHandler = new CallHandler();
ICartagoCallbackRemote srv = new CartagoCallbackRemote(eventListener, callHandler);
String address = getAddress(fullAddress);
int port = DEFAULT_PORT;
int port1 = getPort(fullAddress);