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.
サードパーティのWebサービスを使用するJavaアプリをGAEで作成しようとしていますが、WSDLファイルからクライアントを生成すると、次のエラーが発生します-
java.rmi.Remoteは、GoogleAppEngineのJavaランタイム環境ではサポートされていません
これに対する回避策はありますか、それともGAEでは不可能ですか?
jva.rmi.RemoteはGAEフレームワークではサポートされていません
urlfetchは、これを行うための標準ライブラリです。
https://developers.google.com/appengine/docs/java/urlfetch/