public VerificationBean confirmLink(String confirmationKey) throws AxisFault {
    try {
      return stub.confirmUserAccount(confirmationKey);
    } catch (Exception e) {
      handleException(e.getMessage(), e);
    }

    return null;
  }