Hello everyone. I'm studying the web services part and I'm a bit confused with the theoretical part. I was reading the article on this site
And I was confused by the definition of "intermediate web service". I'm developing a simple Android application, like an exercise, which performs user registration and login.
In this program, I created the web service by Eclipse and an Android application to consume the web service. In this case, my web service and Android application simply are provider and service requester, respectively?
Would anyone know of an example that has an intermediate web service?
And what would be the purpose of an intermediate webservice? because, thinking in a simple way, the message could not go straight to the destination instead of going through another web service?
And in the case of my project that only has a web service and an Android application, can the Android app be considered an "initial sender"? In case, is the Android app considered a web service too?
I hope for answers and thank you all for posting some response.