...
- Download and install WSO2 ESB from http://wso2.com/products/enterprise-service-bus. For a list of prerequisites and step-by-step installation instructions, refer to Getting Started Installation Guide in the WSO2 ESB documentation.
- Deploy the
SimpleStockQuoteService
by starting the Sample Axis2 server on port 9000. For instructions, refer to the section Setting Up the ESB Samples Setup - Starting Sample Back-End Servicesthe Axis2 server in the WSO2 ESB documentation.
...
- Send a request using the
Stock Quote
client to WSO2 ESB in the following manner. For information about the Stock Quote client, refer to the section Sample Clients in the WSO2 ESB documentation.ant stockquote -Dtrpurl=http://localhost:8280/ -Dmode=quote
- Also execute the command above with
-Dmode=[quote | marketactivity | fullquote]
, and observe the ESB's log of the corresponding valuesSTOCK_QUOTE
,MARKET_ACTIVITY
andFULL_QUOTE
.
...