The document compares various web services data transfer frameworks for mobile applications, specifically examining SOAP vs REST and XML vs JSON. It finds that REST has better performance than SOAP, especially for mobile, due to using standard HTTP and being lighter weight. It also finds that JSON has better performance than XML, especially for mobile, due to being lighter weight. The document recommends REST and JSON for most mobile applications unless high security is required, in which case SOAP may be better.
Related topics: