安卓:ksoap问题

发布于 2024-11-09 13:34:23 字数 489 浏览 0 评论 0 原文

我是安卓新手。我使用 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

谢谢。

I am new in Androi. I use the ksoap for web service.There is two input float values are there in web service request but return the error

java.lang.RuntimeException: Cannot serialize: 67.296652

then i set to int for testing, but then after during the response i get the error

  java.lang.ClassCastException: java.util.Vector

I have reference code from http://seesharpgears.blogspot.com/2010/10/ksoap-android-web-service-tutorial-with.html

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝梦月影 2024-11-16 13:34:23

我得到了答案,当我们添加新的数据类型(如 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文