List of questions
Related questions
Question 72 - MCD - Level 1 discussion
A web client submits a request to http://localhost:8081?flrstName=john. What is the correct DataWeave expression to access the firstName parameter?
A.
#[attributes.queryParams.firstName]
B.
#[message.queryParams.hrstName]
C.
#[message.inboundProperties.'http.query.params'.firstName]
D.
#[attributes.'http.query.params'.firstName]
Your answer:
0 comments
Sorted by
Leave a comment first