The content in this documentation is for older versions of WSO2 products. For updated information on Enterprise Integration Patterns, go to the latest Micro Integrator documentation.
Setting up the Environment
Follow the steps below to set up the environment to try out the examples given in each enterprise integration pattern.
To deploy the back-end service SimpleStockQuoteService, navigate to the
<ESB_HOME>/samples/axis2Server/src/SimpleStockQuoteServicedirectory and execute theantcommand in a new Console tab.To start an Axis2 server instance, navigate to the
<ESB_HOME>/samples/axis2Serverdirectory and execute the corresponding command in a Console tab.On Windows:
axis2server.batOn Linux/Solaris:
./axis2server.sh
Download and install WSO2 ESB Tooling.
Import the archive (ZIP) file you downloaded to WSO2 ESB Tooling. For instructions, see Importing Existing Projects into Workspace in WSO2 ESB Documentation.
Run the WSO2 ESB server. For instructions, see Running WSO2 ESB via Tooling in WSO2 ESB Documentation.
If you want to try the samples using the Management Console, create a Composite Application (CAR file) of the project you imported, click Main → Carbon Applications, and upload it to WSO2 ESB.