kvin024 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

Parse XML with KSOAP2 2.4 #152

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following code in Android 2.2 brings valid return on android 4.x brings 
always null, why?

NodeList nodeList = item.getElementsByTagName ("string")
Node node = nodeList.item (0)

"item" is of type "org.w3c.dom.Element"

Tksss

Original issue reported on code.google.com by ultragfe...@gmail.com on 15 Feb 2013 at 8:00

GoogleCodeExporter commented 9 years ago
remembering that in both scenarios the response xml is the same for testing 
purposes.

Original comment by ultragfe...@gmail.com on 15 Feb 2013 at 8:02

GoogleCodeExporter commented 9 years ago
Need more info. Closing for now

Original comment by mosa...@gmail.com on 5 Mar 2013 at 7:48

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Try with the new 3.0.0 release and report back.

Original comment by mosa...@gmail.com on 5 Mar 2013 at 10:09