I'm developing an ipad app and I need to save some data in OData SQL Azure, I know how to get data sending requests with querys but I don't know how to send a post request to insert开发者_如何学Go to OData, I don't know how to create the xml to send along with the request
I've been looking for information in OData.org but I don't quite get it.
Could anyone tell me how I should accomplish this?
Thanks!!! XD.
Did you look into the OData Client for Objective-C?
You should be able create your entities locally on the client in an ObjectContext, then call saveChanges.
精彩评论