Introduction to Java Programming, Seventh Edition, Y. Daniel Liang
Chapter 42 Web Services
1
Which of the following statements are correct?
A.
The computer on which a Web service resides is referred to as a server.
B.
The server needs to make the service available to the client, known as publishing a Web service.
C.
Using a Web service from a client is known as consuming a Web service.
D.
A client interacts with a Web service through a proxy object.
E.
The proxy object facilitates the communication between the client and the Web service.