Hello,
Here is a Generic question:
I wish to build an iPhone application that will communicate with a Java Servlet installed in a webSphere, my iPhone application will ask the servlet to perform some SQL queries in the connected DB, and will receive the answers accordingly.
Please help to understand the following questions:
How should i send a request to the Java Servlet to perfrom the actions needed? (to operate the methods on the servlet?)
How should i receive the results back to my iPhone app? (Strings? XMLs?)
Any help will do.