Which one is best for Iphone REST API or SOAP?

iphone, rest, soap

Solution

SOAP is bulky and heavy when compared to REST services.

Prefer REST as it is simple and very efficient.

Problem

I am working on iPhone Applications. Recently i have used SOAP api to integrate with iPhone application. my main aspect of this particular query is whether SOAP is best or REST is best considering performance issue as a iPhone application. I have tried with SOAP, there will be frequent crashes happened to me. so is it better to use REST to overcome from such issues. Currently my main concern is to achieve best performance in application and i am looking for such solution from you all.

Original source