I am just learning about what a web service is and how to use one, so bear with me if this is a stupid question.
I am making an Android app and will be trying to use a service account for server-to-server interactions between the Google Play Android Developer API (REST), and my web service (SOAP). Is this a problem? What do I need to know to get started with this?
Generally speaking, SOAP and REST are like Chinese and English. They are so different they can’t talk to each other without something to translate between them. Though they both can do XML, it’s just not the same at all.