...
You need to set up the ESB, and the back-end serviceservices:
Download the
Message-Router.zip
file, which includes the ESB configuration described above.Note Note that you need to start two instances of the Axis2 server to run in ports 9000 and 9001 by executing the following commands:
./axis2server.sh -http
9000
-https
9002
-name MyServer1
./axis2serverSee Setting up the Environment for instructions on setting up the ESB and the back-end service.
Info When you set up the environment, note that you need to start two instances of the back-end service (Stock Quote Service) to simulate this example.
.
sh -http9001
-https
9003
-name MyServer2
Executing the sample
Let's send a request to the ESB using the Stock Quote Client application. Find out more about the Stock Quote Client from the ESB documentation.
...