I'm trying use SoapSerializationEnvelope but in object serialized i can't
get properties of another object, the list of objects returned contains
this references:

        [WebMethod]
        public List<estabelecimento> getSales()
        {
            Teste teste = new Teste();
            List<Sales> saleslist= teste.getSales();

            return saleslist;
        }



2012/10/3 TreKing <[email protected]>

> On Tue, Oct 2, 2012 at 10:23 PM, Re JMD <[email protected]> wrote:
>
>> How to get this information to webservice, is there any way to serialize
>> the object?
>
>
> This has zero to do with Android.
>
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to