如何在android中使用soap插入值
如果我在 HCL 方法中有一个 Results 方法,如下所示。那么如何在 android 中使用soap 将值插入到 datecollect 中
<HCL xmlns="http://www.tcpip.riv.in/">
<Results>
<datecollect>string</datecollect>
</Results>
</HCL>
If i have a Results method inside HCL method as shown below.Then how to insert value into datecollect using soap in android
<HCL xmlns="http://www.tcpip.riv.in/">
<Results>
<datecollect>string</datecollect>
</Results>
</HCL>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你想从soap对象向服务器发送值?
如果是,则使用以下命令:
if you want to send value to server from soap object?
If yes then use the following: