1

Iam working on a app and I need to send data from my database, As I have udnerstood arch of android, I must use REST service. I have tried finding information but I can't. I have tryied with books, and none of the are showing how to connect the services, and how to create WCF service in asp.net.

PLS. Help me out

Nizam
  • 11
  • 1

1 Answers1

1

Nizam:

Here is a starter kit for WCF-REST:
http://www.asp.net/downloads/starter-kits/wcf-rest

And here is a tutorial for creating a WCF-REST service:
http://www.west-wind.com/weblog/posts/310747.aspx

Accessing these from your application should be pretty simple. There is already a question at SO with many responses: How to call a SOAP web service on Android

Community
  • 1
  • 1
Joseph Yaduvanshi
  • 20,241
  • 5
  • 61
  • 69
  • Thanks a lot for the links.. I have installed the preview, and I owunder which one should I use: REst Singeltone or Collection? – Nizam Jul 02 '10 at 01:10