Skip to main content

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
  1. Sep 5, 2016, 1:03 PM

    In your http connector, give `Path` as `/test/{firstname}` then, extract it using `# [message.inboundProperties.'http.uri.params'.firstname]`

0/9000