uri = new URI(url);
} catch (URISyntaxException e) {
e.printStackTrace();
}
ConnectionAdvisor advisor = new DefaultConnectionAdvisor(Locale.getDefault(), TimeZone.getDefault());
TFSTeamProjectCollection projects = new TFSTeamProjectCollection(uri, credentials, advisor);
addProxy(projects.getHTTPClient());
try {