[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ksoap: receiving array of user-defined object


ChangWoo Jung wrote:
> I am newbie in ksoap. I want to recieve array of TransRecord user-defined 
> object using KvmSerialize.
> I tried to make implementation of KvmSerialize like below, but I only get 
> SoapObject instead TransRecord.
> Any help will be appreciated.

I am not sure, perhaps the SoapObject contains your TransRecords. KSoap never 
generates arrays, it generates Vectors, or, if it does not recognize an array, a 
SoapObject. Did you try to access the contents of the returned SoapObject to see 
what it containts?

Best regards,
Stefan