req.setManipulationId(manipulationId);
req.setIsNodeTimestep(true);
req.setNodeIdx(nodeIndex);
req.setTimestep(timestep);
ManipulationTimestepInfoResponse response = null;
try {
response = (ManipulationTimestepInfoResponse) svc.executeRequest(req);
} catch (RemoteException e) {
throw new SimulationException("Error on running ManipulationTimestepInfoRequest: " + e.getMessage());
}
ManipulationTimestepInfo[] infos = response.getManipulationTimestepInfos();
//TODO: Write web service call to database
if (infos.length > 0) {
SpeciesZoneType szt = null;