当前位置:编程学习 > wap >>

安卓调用webservice,返回的是一个dataset,里面一张表,我该怎么解析?

求告知答题思路
能有伪代码就更赞了
下面是返回报文的格式
HTTP/1.1 200 OK
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>
    <getDomesticAirlinesTimeResponse xmlns="http://WebXml.com.cn/">
      <getDomesticAirlinesTimeResult>
        <xsd:schema>schema</xsd:schema>xml</getDomesticAirlinesTimeResult>
    </getDomesticAirlinesTimeResponse>
  </soap12:Body>
</soap12:Envelope>
--------------------编程问答-------------------- 大体思路,不是答题思路啊呵呵呵呵呵呵呵 --------------------编程问答-------------------- 各路大神不要闹。。小弟真心求助不要不理我啊。。。 --------------------编程问答-------------------- 要么修改协议,要么就自己写代码解析这组XML
补充:移动开发 ,  Android
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,