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.
我正在启动一个新的 Android 项目,该项目将使用可用作 WSDL 和 REST 端点的服务。
建议我使用 WSDL2Java 生成存根并在我的 Android 应用程序中使用它而不是 REST。
在我走这条路并尝试集成我的代码之前,我只是在检查是否真的可以在 Android 中使用 WSDL2JAVA 代码?会编译吗?
谢谢。