accountProfileData = mgr.getAccountProfileData(getAccountProfileData.getUserID());
} catch (DAOException e) {
logger.debug("", e);
throw new RuntimeException(e);
}
GetAccountProfileDataResponse response = new GetAccountProfileDataResponse();
response.setGetAccountProfileDataReturn(accountProfileData);
return response;
}