使用 HttpPost 将 String[] 从 Android 应用程序传递到 Web 服务?
我想知道是否可以将 String[] 传递给接受此操作的 Web 服务?我尝试过使用 NameValuePairs 但只允许字符串。或者我应该放弃这个想法并采取其他措施。可以使用 SOAP/ksoap2 吗?谢谢!
I was wondering if it is possible to pass a String[] to a web service which would accept this? I have tried using NameValuePairs but only allows Strings. Or should I scratch this idea and go with something else. Would using SOAP/ksoap2 be possible? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会说用json。比xml少很多麻烦。
I would say go with json. Lot less trouble than xml.