首页 新闻 会员 周边

android ksoap2 调用webservice 如何传递字符串数组参数?

0
悬赏园豆:10 [已关闭问题] 关闭于 2014-03-14 11:36

如题 ,有哪位碰到过么 

POST /ums/wse/DeliveryService.asmx HTTP/1.1
Host: 192.168.4.196
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <BulkAddData xmlns="http://tempuri.org/">
      <records>
        <string>string</string>
        <string>string</string>
      </records>
    </BulkAddData>
  </soap12:Body>
</soap12:Envelope>
mushishi的主页 mushishi | 菜鸟二级 | 园豆:230
提问于:2014-03-10 14:50
< >
分享
所有回答(1)
0

还是没有找到方便的办法  最后面是把所有的字符串用$分隔来上传~

mushishi | 园豆:230 (菜鸟二级) | 2014-03-14 11:36
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册