if (checkout == null) {
// The callback should already have been notified.
return null;
}
logger.info("Asking the server for project definitions");
return checkout.downloadIntegrationProject(user, password, projectGUID);
}
/**
* Implements the actual call to the web service.
* Returns the "raw" data from the client.