public UserChallengesDTO[] getChallengeQuestionsOfUser(String userId, String userKey)
      throws AxisFault {
    try {
      return stub.getChallengeQuestionsForUser(userId, userKey);
    } catch (Exception e) {
      handleException(e.getMessage(), e);
    }

    return new UserChallengesDTO[0];
  }