iPhone: Best Method for Passing Data to and from a Server

Posted by SAPNA on Stack Overflow See other posts from Stack Overflow or by SAPNA
Published on 2010-04-04T13:28:15Z Indexed on 2010/04/04 14:43 UTC
Read the original article Hit count: 312

Filed under:
|
|
|
|

I am developing an iPhone application that downloads data from a website. The website database is implemented in SQL and the site itself uses the classic ASP interface.

I am unsure as to which method would be best for transferring data to and from the server. Both JSON and SOAP require XML processing and I'm not sure how that affects performance or which of those two is best.

What would be the best method in general for data transfer given the server configuration we currently have?

I very new to this field and I'm a bit confused. Any help would be appreciated.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about data-transfer