using wcf or odata for data entry in wp7

440 Views Asked by At

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

1

There are 1 best solutions below

0
On

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.