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.
这是 Eclipse 中的一个 android 应用程序。我正在使用 ksoap2 访问在线 wsdl 中的函数。在制作一个soapobject()来做到这一点时,我遇到了这个错误。我已经在构建路径中添加了 ksoap2 jar 文件,并且与 ksoap2 相关的所有其余代码都运行良好。我尝试了谷歌搜索,但一无所获。那么如何防止这个错误呢?
AndroidHttpTransport被 HttpTransportSE现在替换。
AndroidHttpTransport
HttpTransportSE
您可以HttpTransportSE按以下方式使用:
HttpTransportSE HttpTransport = new HttpTransportSE(YOUR_URL);
希望它对你有用。