Exam CAD All QuestionsBrowse all questions from this exam
Question 127

If you create a SOAP Message what syntax indicates a variable to pass when the function is called?

    Correct Answer: B

    In SOAP messages, variables are often indicated by the syntax ${variable_name}. This notation is used to indicate that the value of the variable should be inserted at that position in the message.

Discussion
1fd00cfOption: B

The correct is B . ${variable_name}

stophsOption: B

B. ${variable_name}

stophsOption: B

B IS CORRECT