Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 GAE 中编写一个使用一些 3rd 方 Web 服务的 Java 应用程序,但是当我从 WSDL 文件生成客户端时,我收到以下错误 -
Google App Engine 的 Java 运行时环境不支持 java.rmi.Remote
是否有解决方法,或者在 GAE 上根本不可能?
GAE 框架不支持 jva.rmi.Remote
urlfetch 是执行此操作的标准库。
https://developers.google.com/appengine/docs/java/urlfetch/