Hello,
I m successfully hitting webservice and getting response via androidHttpTransport but now i want to get the data tag by tag format.
how it is possible.
what we have to put instead of '?'
Vector XXXX = (Vector) resultsRequestSOAP.getProperty(?);
this line is giving error.