...
Start the ESB profile with the sample 12 configuration. For instructions on starting a sample ESB configuration, see Starting the ESB with a service bus sample configuration.
The operation log keeps running until the server starts, which usually takes several seconds. Wait until the server has fully booted up and displays a message similar to "WSO2 Carbon started in n seconds."Start the Axis2 server. For instructions on starting the Axis2 server, see Starting the Axis2 server.
Deploy the back-end service SimpleStockQuoteService. For instructions on deploying sample back-end services, see Deploying sample back-end services.
Now you have a running ESB instance and a back-end service deployed. In the next section, we will send a message to the back-end service through the ESB using a sample client.
...
If you send the client request through TCPmon, you will see that the SimpleStockQuoteService replies to the ESB with a HTTP 202 reply. The ESB then replies to the client with a HTTP 202 acknowledgementacknowledgment.
Excerpt | ||
---|---|---|
| ||
Example of message mediation in WSO2 ESB. |