public String getOpenID(String username) throws AxisFault {
   try {
     return stub.getPrimaryOpenID(username);
   } catch (Exception e) {
     handleException("Error ouccured while retreiving OpeniD", e);
   }
   return null;
 }