// If it is the current user, then find the user uuis
if(lcid==null && currentUser) {
// Be sure that we are authenticated for Connections
if(!ep.isAuthenticated()) {
ep.authenticate(true);
}
try {
// ConnectionsService svc = new ConnectionsService(ep,"/profiles/atom/profileService.do");
ConnectionsService svc = new ConnectionsService(ep);
HandlerXml xml = new HandlerXml();