Retrieve Query Parameters from Http Url Create a project in Anypoint studio and configure the listener to retrieve Query Parameters from HTTP URL We will pass the Name and EmpId as query parameter. http://localhost:8081/retrieveQueryParams?Name=John&EmpId=123 Drag and drop transform message and write Dataweave expression Dataweave expression: Deploy the project and run in debug mode and…
Read More