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.