android xml SOAP response -


i have following soap response returned .net soap server.

(<?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"      xmlns:xsi="http://www.w3.org/2001/xmlschema-instance"      xmlns:xsd="http://www.w3.org/2001/xmlschema">     <soap:body>         <getcategoriesimfollowing_withtokenresponse xmlns="http://tempuri.org/">             <getcategoriesimfollowing_withtokenresult>8,9,10,11,12,2</getcategoriesimfollowing_withtokenresult>         </getcategoriesimfollowing_withtokenresponse>     </soap:body> </soap:envelope>). 

i need parse in order integers (8,9,10,11,12,2)

what easiest way these numbers ?

thanks in advance.

i found need in link

http://www.whatsoniphone.com/blog/android-app-development-parsing-web-service-response-part-1/#

thank you.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -