Mule 3: Lab Example 1: Hello World

Possibly a little bit different to the previous post:

To perform the Mule 3 'Hello World' example. We need the following components:

HTTP
Set Payload

Image: Mule 3 components required

The HTTP Listener Configuration:

HTTP
All Interfaces [0.0.0.0]
Port = 8081

Image: HTTP Listener Configuration

The HTTP Configuration:

Path: /hello

Image: HTTP Configuration

The Set Payload configuration:

Settings: Value: Hello World

Image: Set Payload Configuration

Run the application and going to http://0.0.0.0/hello will display a web page that says 'Hello World'.

Comments