SAP Certified Associate – SAP Integration Suite — Question 27
You configure a request and reply call with an http adapter.
Which of the following Simple Expression definitions can you use to configure a variable in the url?
Answer options
- A. $[property.item]
- B. ${property.item}
- C. $(property.item)
Correct answer: B
Explanation
The correct answer is B, as the syntax ${property.item} correctly retrieves the value of the 'item' property for use in the URL. Option A uses square brackets, which is not valid for this context, and option C uses parentheses, which also does not conform to the correct Simple Expression syntax.