4
Hello, folks. I’m studying the web services part and I’m a little confused with the theoretical part. I was reading the article on this site
http://www.devmedia.com.br/introducao-as-tecnologias-web-services-soa-soap-wsdl-e-uddi-parte1/2873
And I was confused by the definition of "web service intermediary". I am developing a simple Android application, as if it were an exercise, that performs the registration and login of users.
In this program, I created the web service by Eclipse and an Android app to consume the web service. In this case, my web service and Android app are simply service provider and requester respectively?
Would anyone know of an example that has an intermediary web service?
And what would be the purpose of an intermediary webservice? because, thinking simply, 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 app, can the Android app be considered an "initial sender"? In case, the Android app is considered a web service too?
I hope for answers and thank you very much to all who post a reply.
I who am totally outside this area of knowledge managed to understand everything. Simple and objective explanation.
– LCarvalho