Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You need to set up the ESB, and the back-end serviceservices:

  1. 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:

  2. ./axis2server.sh -http  9000 -https  9002 -name MyServer1
  3. ./axis2server

    .

    sh -http  9001 -https  9003

     

    -name MyServer2

  4. See 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.

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.

...