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 服务的 BlackBerry 应用程序。最好的工具是什么—— ksoap2 或使用 Sun ToolKit 制作存根?
我想我会回答这个问题,因为我已经为我的应用程序使用 ksoap2 已经很长时间了,我使用 BaseEncode64 能够将 byte[] 发送到 Web 服务。