1

Does anyone have a simple data entry example which involves WCF (Odata ) and WP7? Thanks

femi
  • 974
  • 2
  • 13
  • 44

1 Answers1

2

Here are two good places to start:

Once you have the service itself running, you would access it in the WP7 application the same way you access any other WCF service.

Note that there is a OData Client Library for Windows Phone 7. You might also want to read this article for some additional info.

Den
  • 16,686
  • 4
  • 47
  • 87