return Promise.try(function() {
        return fs.readFileAsync(fromRoot + '/static/redfishMetadata.xml', 'utf8');
    })
    .then(function(fileContent) {
        return fileContent;