ServiceNow
CAD · Question #96
If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?
The correct answer is B. S{variable_name}. In the SOAP Message feature set, we indicate variables using the following syntax: S{variable_name}. This allows us to pass a variable with the specified name from the SOAP message record to the web service function.
Submitted by marco_it· Apr 18, 2026Integrating with Other Applications
Question
If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?
Options
- Acurrent.variable_name
- BS{variable_name}
- C< variable_name >
- D< variable_name >.do?WSDL
How the community answered
(40 responses)- A3% (1)
- B93% (37)
- D5% (2)
Explanation
In the SOAP Message feature set, we indicate variables using the following syntax: S{variable_name}. This allows us to pass a variable with the specified name from the SOAP message record to the web service function.
Topics
#SOAP Messages#Integration Variables#ServiceNow Syntax
Community Discussion
No community discussion yet for this question.