Click here to Skip to main content
15,887,966 members
Home / Discussions / Android
   

Android

 
Questionandroid Pin
Member 119531794-Sep-15 18:44
Member 119531794-Sep-15 18:44 
AnswerRe: android Pin
Richard MacCutchan4-Sep-15 21:41
mveRichard MacCutchan4-Sep-15 21:41 
QuestionRe: android Pin
David Crow6-Sep-15 14:02
David Crow6-Sep-15 14:02 
Questionandroid Pin
Member 119536642-Sep-15 4:19
Member 119536642-Sep-15 4:19 
AnswerRe: android Pin
Richard MacCutchan2-Sep-15 5:39
mveRichard MacCutchan2-Sep-15 5:39 
Questionandroid Pin
Member 119536642-Sep-15 4:17
Member 119536642-Sep-15 4:17 
AnswerRe: android Pin
David Crow2-Sep-15 6:05
David Crow2-Sep-15 6:05 
QuestionHow to Parsing kSoap response Pin
kk5552-Sep-15 3:21
kk5552-Sep-15 3:21 
Hi,
I have ASP.NET webservice which return the ksoap response like this

anyType{schema=anyType{element=anyType{complexType=anyType{choice=anyType{element=anyType{complexType=anyType{sequence=anyType{element=anyType{}; element=anyType{}; element=anyType{}; element=anyType{}; element=anyType{}; }; }; }; }; }; }; }; diffgram=anyType{}; }

Browser output of my Asmx webservice like this
<DataSet>
<xs:schema id="NewDataSet">
<xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Table">
<xs:complexType>
<xs:sequence>
<xs:element name="Id" type="xs:int" minOccurs="0"/>
<xs:element name="CategoryName" type="xs:string" minOccurs="0"/>
<xs:element name="Active" type="xs:boolean" minOccurs="0"/>
<xs:element name="CategoryCode" type="xs:string" minOccurs="0"/>
<xs:element name="CreateDate" type="xs:dateTime" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
<diffgr:diffgram>
<NewDataSet>
<Table diffgr:id="Table1" msdata:rowOrder="0">
<Id>55</Id><CategoryName>Filippo Berio Olive Oil</CategoryName>
<Active>true</Active>
<CategoryCode>FB</CategoryCode>
<CreateDate>2014-07-26T18:42:41.85+08:00</CreateDate>
</Table>
<Table diffgr:id="Table2" msdata:rowOrder="1">
<Id>8</Id>
<CategoryName>Ideal Sunflower Oil</CategoryName>
<Active>true</Active>
<CategoryCode>IO</CategoryCode>
<CreateDate>2014-07-26T18:42:41.85+08:00</CreateDate>
</Table>
</NewDataSet>
</diffgr:diffgram>
</DataSet>

I was stuck past 7 days how can i parse this. Could any body help to me.

Thanks and regards
kumar
QuestionRe: How to Parsing kSoap response Pin
David Crow2-Sep-15 6:07
David Crow2-Sep-15 6:07 
QuestionHow to parse result returned from `ls -l` in Android Pin
Mukhtar Oyelayo1-Sep-15 3:49
Mukhtar Oyelayo1-Sep-15 3:49 
QuestionRe: How to parse result returned from `ls -l` in Android Pin
David Crow2-Sep-15 6:04
David Crow2-Sep-15 6:04 
AnswerRe: How to parse result returned from `ls -l` in Android Pin
Richard MacCutchan2-Sep-15 6:36
mveRichard MacCutchan2-Sep-15 6:36 
QuestionHelp urgently needed on Http Injection in Android Pin
Mukhtar Oyelayo28-Aug-15 19:52
Mukhtar Oyelayo28-Aug-15 19:52 
AnswerRe: Help urgently needed on Http Injection in Android Pin
Richard MacCutchan28-Aug-15 22:40
mveRichard MacCutchan28-Aug-15 22:40 
GeneralRe: Help urgently needed on Http Injection in Android Pin
Mukhtar Oyelayo29-Aug-15 11:57
Mukhtar Oyelayo29-Aug-15 11:57 
GeneralRe: Help urgently needed on Http Injection in Android Pin
Richard MacCutchan29-Aug-15 21:27
mveRichard MacCutchan29-Aug-15 21:27 
QuestionMonodroid AsyncTask OnProgressUpdate Not Working Pin
Member 1113168818-Aug-15 6:17
Member 1113168818-Aug-15 6:17 
SuggestionRe: Monodroid AsyncTask OnProgressUpdate Not Working Pin
David Crow20-Aug-15 5:52
David Crow20-Aug-15 5:52 
QuestionHow to store large data in an Android application Pin
jasonalien18-Aug-15 3:13
jasonalien18-Aug-15 3:13 
AnswerRe: How to store large data in an Android application Pin
Afzaal Ahmad Zeeshan18-Aug-15 4:47
professionalAfzaal Ahmad Zeeshan18-Aug-15 4:47 
Questionwhy viewholde class make static Pin
Gaurav Tyagi17-Aug-15 18:59
Gaurav Tyagi17-Aug-15 18:59 
GeneralRe: why viewholde class make static Pin
Richard MacCutchan17-Aug-15 21:12
mveRichard MacCutchan17-Aug-15 21:12 
Questionhow to use toolbar in android Pin
Gaurav Tyagi17-Aug-15 18:39
Gaurav Tyagi17-Aug-15 18:39 
QuestionTemperature monitoring on an Android device Pin
Daniel Pfeffer13-Aug-15 4:24
professionalDaniel Pfeffer13-Aug-15 4:24 
AnswerRe: Temperature monitoring on an Android device Pin
Richard MacCutchan13-Aug-15 5:49
mveRichard MacCutchan13-Aug-15 5:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.