ExamGecko
Question list
Search
Search

Question 124 - CAD discussion

Report
Export

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

A.
current.variable_name
Answers
A.
current.variable_name
B.
S{variable_name}
Answers
B.
S{variable_name}
C.
< variable_name >
Answers
C.
< variable_name >
D.
< variable_name >.do?WSDL
Answers
D.
< variable_name >.do?WSDL
Suggested answer: B

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.

Tutorial: Handling a SOAP Response in ServiceNow | John Andersen

ServiceNow SOAP - Cheat Sheet Cheat Sheet by bibingokuldas - Download ...

asked 23/09/2024
Simon Merlin AGHOKENG
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first