I’m building an iphone application that will need to communicate and exchange data with a server.
My plan is to exchange messages in SOAP format and have PHP/Apache handle the processing/response. My question is, what could Tomcat/JSP/Servlets do that Apache/PHP can’t?
With out any more information than “exchange SOAP messages”, the answer would be “nothing”.
Fundamentally, you’ll likely be able to do whatever you want in some way with either, so pick the one you’re most familiar with.