Map<String, GetConfigWebURL> webURL = null;
try {
webURL = AccurevLauncher.runCommand("Get config to fetch webURL",
launcher, getConfigcmd, null, scm.getOptionalLock(), accurevEnv, workspace, listener, logger,
XmlParserFactory.getFactory(), new ParseGetConfig(), null);
} catch (Exception e) {
// Error getting settings.xml file.
}
if( webURL == null || webURL.isEmpty() ) {