使用 ksoap2 捕获 .net webservice 输出参数

发布于 2024-11-07 18:53:29 字数 515 浏览 3 评论 0原文

我试图使用Android SDK调用.net webservice,使用kso​​ap2库很简单,包括传递和获取复杂类型。但是我遇到了一个更复杂的问题, SoapSerializationEnvelope.getResult() 或者 SoapSerializationEnvelope.getResponse() 只给出 Web 方法的返回值,但是当方法中存在 out 参数时,我如何获取它们?

我找到了一个工作方法来通过设置 AndroidHttpTransport.debug=true 来获取它们,从而能够获取 AndroidHttpTransport.responseDump 然后解析此 xml 字符串并获取值难道

the thing is that

就没有更简单的方法来获取这些参数吗?

excuse me for the bad formatted question, but this is my first time using it:S..

提前致谢

i was trying to call a .net webservice with the Android SDK, that was simple using the ksoap2 library, including passing and getting complex types.yet i faced a more complicated problem, the
SoapSerializationEnvelope.getResult()
or SoapSerializationEnvelope.getResponse() only gives the return value of the web method, but when there is out parameters in the method, how can i get them?

i found a work arround to get them by setting the AndroidHttpTransport.debug=true and thus being able to get AndroidHttpTransport.responseDump and then parsing this xml string and get the values out of it

the thing is that

isn't there any simpler way to get these out parameters?

excuse me for the bad formatted question, but this is my first time using it:S..

Thanks in advance

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

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

发布评论

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

评论(1

爱格式化 2024-11-14 18:53:29

请参阅我对 如何检索二进制文件的回答Android 中 Web 服务的数据?

它展示了如何访问响应参数。

See my answer to How to retrieve binary data from Web Service in Android?

It shown how to access the response parameters.

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