I was reading that SOAP is really not for Android. Rather Android prefers REST web services. So my question is, are there any other kinds of restrictions ? For example, some web services are built with JAXB. Is that ok for Android apps ? I other words, does it matter how the REST web service is built ?
What if the web service returns data in XML format, is that ok with Android ?