REST-based web services differ from SOAP-based web services in that ________.
a) REST operations must be accessed through a web service proxy object
b) REST services are less verbose than SOAP-based services
c) the request and response of REST services are not wrapped in envelopes and are not necessarily in XML format
d) None of the above.
c) the request and response of REST services are not wrapped in envelopes and are not necessarily in XML format
Computer Science & Information Technology
You might also like to view...
A ________ is a pointing device that simulates using a pen on a tablet computer
A) mouse B) computer stick C) stylus D) digital writer
Computer Science & Information Technology
Select the valid JavaScript variable name below:
a. prompt b. myName c. my Name d. visitor’sName
Computer Science & Information Technology