//SSLClientSettings.setKeystores(keystore);
//SSLClientSettings.disableHostnameVerification();
Gateway gw = GatewayFactory.get(url);
ValidationResult validationResult = gw.validate(Util
.getFileContentAsString(dispel.getLocation().toString()));
if (validationResult.getSubmittedGraphs().size() > 0) {
graph = validationResult.getSubmittedGraphs().get(0);
//No need to call GPM as in ExecuteHandler
}
} catch (final Exception e) {