我從web服務作爲String
它看起來像這樣的響應。XML字符串到對象陣列
<?xml version="1.0" ?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body><ns2:getTitlesResponse xmlns:ns2="http://localhost:8080/wsGrabber/GrabberService">
<return>
<titles>sampleTitle</titles>
<urls>http://sample.com</urls>
</return>
</ns2:getTitlesResponse>
</S:Body>
</S:Envelope>
如何獲取數組標題和URL?
與SOAP解析器像Axis2中使用它 - 有一個谷歌針對的看些例子。 – david99world 2013-04-29 08:08:13