I would recommend the Apache2 / PHP / MySQL stack for developing a web service for use with an iOS application. Consider using one of the common PHP frameworks, such as codeIgnitor or cakePHP, and send your output in JSON format (not SOAP - too much overhead).
source
share