I have to create a web service for iPhone. So I would like to know which web response is the best for iPhone app developement(SOAP vs REST vs XML vs JSON vs … any other).
Is there any good example to access webservice for the best web response?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A REST API using
JSONis very lightweight and easy to implement at both the server and client end. JSON is very popular with iPhone developers, and is much lighter weight than XML.There’s a great Cocoa framework for working with JSON:
http://code.google.com/p/json-framework/downloads/list