安卓:ksoap问题
我是安卓新手。我使用 ksoap 进行 Web 服务。Web 服务请求中有两个输入浮点值,但返回错误,
java.lang.RuntimeException: Cannot serialize: 67.296652
然后我设置为 int 进行测试,但在响应期间我收到错误,
java.lang.ClassCastException: java.util.Vector
我有来自 http://seesharpgears.blogspot.com/2010/10/ksoap-android-web-service-tutorial-with.html
谢谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我得到了答案,当我们添加新的数据类型(如 double 或 date)然后需要创建新的类时,答案就在这里,http://seesharpgears.blogspot.com/2010/11/implementing-ksoap-marshal-interface.html
I get the answer, when we add the new data type like double or date then need to create the new classes the answer is here, http://seesharpgears.blogspot.com/2010/11/implementing-ksoap-marshal-interface.html