kvin024 / ksoap2-android

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

how to deserialize an array of string from ksoap response #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.during populate table sqlite android
2.
3.

What is the expected output? What do you see instead?
I would like to  populate an array of string with any string of this response. 

anyType{string=1; string=2; string=3; string=4; string=5; string=6; string=7; 
string=8; string=9; string=10; string=11; string=12; string=13; string=14; 
string=15; string=16; string=19; string=20; string=21; string=22; }

What version of the product are you using? On what operating system?
ksoap 2.5.4

Please provide any additional information below.

Original issue reported on code.google.com by conomagl...@gmail.com on 17 Feb 2012 at 11:57

GoogleCodeExporter commented 9 years ago
You need to figure that out yourself by reading the documentation for Android 
and ksaop2. This is not a valid issue.

Original comment by mosa...@gmail.com on 22 Feb 2012 at 5:08