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 using 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.