Web Service Basics: Difference between revisions

m
Added category
m (Changed the color:blue to color:midnightblue)
m (Added category)
Line 83: Line 83:


This object - which we can think of as a "''stub''" or "''proxy''" for the web service itself - can then have its methods (which will map onto the ''operations'' of the service) invoked, passing them the appropriate data, to invoke the service itself, and receive any returned data from it.
This object - which we can think of as a "''stub''" or "''proxy''" for the web service itself - can then have its methods (which will map onto the ''operations'' of the service) invoked, passing them the appropriate data, to invoke the service itself, and receive any returned data from it.
[[Category:Web Services]]