January 2015
Beginner to intermediate
364 pages
7h 41m
English
Web Services allow us to develop functionality that can be accessed across a network. What makes web services different from other similar technologies such as EJBs or Remote Method Invocation (RMI) is that they are language and platform independent, for example, a web service developed in Java might be accessed by clients written in other languages and vice versa.
In this chapter, we will cover the following topics:
Web services allow us to write functionality that can be accessed across a network in a language- and platform-independent way.
There are two different ...
Read now
Unlock full access