Lets say the HTTP sample request be
http://localhost:8081/test/{firstname}
I want to read the value of firstname in the http listener.
can anyone help me out?
7 answers
In your http connector, give `Path` as `/test/{firstname}` then, extract it using `# [message.inboundProperties.'http.uri.params'.firstname]`