Android application consuming WCF
        Posted  
        
            by 
                Charly
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Charly
        
        
        
        Published on 2011-01-09T12:32:04Z
        Indexed on 
            2011/01/09
            12:53 UTC
        
        
        Read the original article
        Hit count: 348
        
Hi,
I'm new in Android and I have to do an application (in android) that consumes a NET WCF service with httpbasicbinding. I have heard about use of ksoap2-android, json and restfull but I don't know which is the best way for my app.
Anyone can suggest me anything?
Another problem is my WCF service return complex objects made by Linq To Sql and I don't know how can I use it in Android.
Thanks in advance!
© Stack Overflow or respective owner