Re: receiving array of user-defined object
Stefan Haustein <[email protected]> Wed, 04 Feb 2004 22:22:12 +0100
| Newsgroups | gmane.comp.java.enhydra.ksoap |
|---|---|
| Message-ID | <[email protected]> |
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