开发者

Consuming REST service in IPhone

开发者 https://www.devze.com 2023-03-14 02:00 出处:网络
So far I have been working on Iphone applications which use SOAP service to interact with web. I have just decided to use REST service in my next IPhone application. Though looking here and there I ma

So far I have been working on Iphone applications which use SOAP service to interact with web. I have just decided to use REST service in my next IPhone application. Though looking here and there I may find a solution. But I just wanted to know all about using REST service in IPhone SDK in one go.

Does anyone have a fair idea of consuming REST service in Iphone development? What approach might prove to be the best? Kindly provide with the complete implementation to 开发者_如何学Gousing the same.

Stone


I'm using the ASIHTTPRequest library found here

Its really straight forward and support just about all the HTTP operation such as POST, PUT, GET etc.


http://restkit.org/

And

http://iphoneonrails.com/

Are good libraries to play with RESTful webservices

0

精彩评论

暂无评论...
验证码 换一张
取 消