XML tag which represents information related to a REST service request.

result
title
none of the mentioned
all of the mentioned

The correct answer is: A. result

The result XML tag represents information related to a REST service request. It contains the following sub-elements:

  • status: The status code of the REST service request.
  • message: The message associated with the status code.
  • data: The data returned by the REST service request.

The title XML tag is used to specify the title of a document. It is not used to represent information related to a REST service request.

The none of the mentioned option is incorrect because the result XML tag is used to represent information related to a REST service request.

The all of the mentioned option is incorrect because the title XML tag is not used to represent information related to a REST service request.