views:

31

answers:

1

Hi, I have a server which is exposing OData services. I can actually make use of OData client for Objective C to get the data and show on the iPhone. I am wondering what is the process of posting some data into the server from the iPhone.

Assume I have to just send a simple name to the server how would I do that

Any pointers to clogs/sites which provides examples of iPhone apps consuming OData services.

Regards Hitesh V

A: 

I've never heard of OData before, but a little googling finds me an Objective-C OData client for the iphone, here: http://odataobjc.codeplex.com/

Dan Ray