| The
client code is usually exposed as an API. These API’s are
often standardized. For instance JAX-M
and JAX-RPC are examples of standardized
API’s for making web service calls. In addition to the standardized
API, the underlying wire protocol for object
serialization and invocation is standardized as well (SOAP).
This enables cross-platform capabilities.
|