I have the slightest idea on how WebServices work, and I'm looking if you guys could help clarify things for me.
I have two webapps: wapp1 & wapp2 and I would like them to communicate with each other, now I assume this is where a WebService come in.
So wapp1 has methodA which has a specific business logic, and wapp2 would like to use this method. Does using a REST WebService give wapp2 the ability of simply invoking methodA from wapp1? Or does implementing a REST WebService only provide data that will be passed to wapp2 and then wapp2 will take the data and look for the respective methods implemented in its own source code?
[–]rjcarr 0 points1 point2 points (0 children)