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.
我正在开发一个使用一些 wcf 服务并将数据可视化给用户的 Android 应用程序。我使用 KSOAP2 交换缓冲消息来连接服务。
问题是某些服务会返回大量数据,因此完成此操作的唯一方法是通过 streamedRespose,然后将数据延迟加载给用户。
我的问题是如何从 wcf Web 服务接收和使用带有 ksoap2 的流。