Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which one is best for Iphone REST API or SOAP?

Tags:

rest

soap

iphone

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.

like image 694
Vivek Navadia Avatar asked Dec 22 '22 07:12

Vivek Navadia


1 Answers

SOAP is bulky and heavy when compared to REST services.

Prefer REST as it is simple and very efficient.

like image 91
Rohit Avatar answered Dec 25 '22 11:12

Rohit