A web client posts a request to http://localhost:8081?name=john. What is the correct MEL expression to
access the nameparameter?
#[message.payload.outboundProperties. “http.query.params’.name]
#[message.inboundProperties.‘http.uri.params’.name]
#[message.payload.inboundProperties. ‘http.query.params.’name]
#[message.outboundProperties.’http.query.params’.name]
Submit