Re: [android-developers] Calling WCF Restfull

2012-02-08 Thread Zolzaya Erdenebaatar
I'm using this project https://github.com/zolzaya/DataDroid. It's based on the Developing Android REST client applications by Virgil Dobjanschi. I'm folked it and add some improvement soon. On Wed, Feb 8, 2012 at 8:44 AM, Heladio Benicio benicio.hela...@gmail.comwrote: json 2012/2/7 James

Re: [android-developers] Calling WCF Restfull

2012-02-08 Thread James Black
What I did was to create a client program in JavaScript so it could pass the data and using the chrome developer tool I captured the data sent so I could paste it into my program and modified the code until it matched. I found that to be the easiest approach. On Feb 7, 2012 7:44 PM, Heladio

[android-developers] Calling WCF Restfull on android

2012-02-07 Thread Heladio Benicio
Hi all, Does anyone know how to call a wcf service restfull as parameter passing and receiving an object an object? Thank advance! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Calling WCF Restfull

2012-02-07 Thread Heladio Benicio
Hi all, Does anyone know how to call a service rest post parameter passing an object as an object and getting in return? thank you! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Calling WCF Restfull

2012-02-07 Thread James Black
How is the data packaged? Is JSON or XML, for example On Feb 7, 2012 5:02 PM, Heladio Benicio benicio.hela...@gmail.com wrote: Hi all, Does anyone know how to call a service rest post parameter passing an object as an object and getting in return? thank you! -- You received this message

Re: [android-developers] Calling WCF Restfull

2012-02-07 Thread Heladio Benicio
json 2012/2/7 James Black planiturth...@gmail.com How is the data packaged? Is JSON or XML, for example On Feb 7, 2012 5:02 PM, Heladio Benicio benicio.hela...@gmail.com wrote: Hi all, Does anyone know how to call a service rest post parameter passing an object as an object and getting