This document provides instructions for creating a simple HTTP flow in Mule ESB. It describes how to:
1. Create a new Mule project in Anypoint Studio and add an HTTP listener configured to listen on localhost port 8081 and path /myfirstFlow.
2. Add a set payload processor under the HTTP listener to define the response returned by the service as #['My First HTTP Service works !'].
3. Start the Mule server and test the service by invoking http://localhost:8081/myfirstFlow from a web browser to receive the defined response.