sampleEntry = service.createAccountInfoRequest(user);
LOGGER.log(Level.INFO, sampleEntry.getAllProperties().toString());
AccountInfo info = new AccountInfo(sampleEntry);
LOGGER.log(Level.INFO, "\n-------------retrieveAccountInfoRequest-------------");
sampleEntry = service.retrieveAccountInfoRequest(user, info.getRequestId());
info = new AccountInfo(sampleEntry);
LOGGER.log(Level.INFO, info.getRequestId() + " : " + info.getStatus());
if (info.getStatus().equalsIgnoreCase("COMPLETED")) {
for ( String url : info.getFileUrls())