Versions Compared

Key

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

...

  1. Download the  Publish-Subscribe-Channel.zip , which includes the artifacts of this sample and follow the steps in Setting up the EnvironmentSimulating a Sample Scenario.

    Note

    You need to start two instances of the Axis2 server to run in ports 900 and 9001 by executing the following commands:

    • ./axis2server.sh -http  9000 -https  9002 -name MyServer1
    • ./axis2server.sh -http  9001 -https  9003 -name MyServer2
  2. Follow the steps below to create an event: 

...