Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
28.1 State whether each of the following is true or false. If false, explain why.
a. All methods of a web service class can be invoked by clients of that web service.
b. When consuming a web service in a client application created in NetBeans, you must create the proxy class that enables the client to communicate with the web service.
c. A proxy class communicating with a web service normally uses SOAP to send and receive messages.
d. Session tracking is automatically enabled in a client of a web service.
e. Web methods cannot be declared static.
f. A user-defined type used in a web service must define both get and set methods for any property that will be serialized.
g. Operations in a REST web service are defined by their own unique URLs.