Multiple choice technology performance

web_reg_save_param of HTTP\HTML protocol is the equivalent of which of the following commands in the web services protocol

  1. lr_save_string

  2. lr_xml_find

  3. lr_xml_get_values

  4. lr_eval_string

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

web_reg_save_param extracts dynamic data from HTML pages to save in a parameter. In the XML-based Web Services protocol, lr_xml_get_values queries and extracts values from XML responses into parameters, making it the equivalent function. lr_save_string assigns a string directly, and lr_xml_find searches for a query match rather than saving values.