else;
// System.out.println("[Executor] Session is valid.");
} else {
// System.out.println("[Executor] Remote execution.");
VillageServiceInterfaceProxy prox = new VillageServiceInterfaceProxy();
village.webservice.VillageServiceInterface iface =
prox.setEndpoint("http://"+server+prox.villagePort+prox.villageSuffix);
try {
result = iface.doRequest(sid, rid, params);
} catch(Exception cex){
cex.printStackTrace();