I am currently writing an app which will need to access a remote server/database to read/write values. What is the best technology to use? I\'ve heard that there is no suppo
Do you have to use SOAP? I can understand that for legacy reasons and/or if the iPhone is not the only client to an existing Web Service provider, you may have to use SOAP-based Web Services however we have apps that communicate with various services (server-side components) using our own XML schemas. In this, we use the standard NSXMLParser.