如何将 Rally Rest Api 与 Java 整合?

How to integrate Rally Rest Api with Java?

目前我正在将 Rally Rest Service 整合到我的 Java 项目中。但是当我尝试连接 Rally 时,出现以下错误

org.apache.http.conn.HttpHostConnectException:与 https://rally1.rallydev.com 的连接被拒绝。

能否请任何人帮助我解决这个问题。

您的代码看起来没问题。有没有可能你在代理后面?

restAPI.setProxy(new URI("http://my.proxy.com:8000"));