0

我正在尝试使用 Restlet 2.0.4 为 WCF 服务生成客户端代理代码(我也尝试使用最新的稳定版本,结果相同),如下所示: http ://weblogs.asp.net/uruit/archive /2011/09/13/accessing-odata-from-android-using-restlet.aspx 该过程失败并显示“严重:无法获取元数据(响应状态:错误请求(400)-错误请求)”我是弄清楚 Web 服务可能是什么问题,直到我在 Eclipse 中调试时发现原因可能是 ClassNotFoundException:似乎找不到 org.restlet.ext.odata.Service 类(它在 Restlet 时崩溃尝试执行“Service service = new Service(...)”(org.restlet.ext.odata.Generator 类,第 240 行),但它在 Classpath 中。可能是什么问题?

4

0 回答 0