...
- Download and start WSO2 BAM. Be sure to use a port different to WSO2 ESB to avoid any port conflicts (at this point, WSO2 ESB must be downloaded and started).
- Go to <ESB_HOME>/samples/axis2Client and build the backend service with Apache Ant as follows:
ant stockquote -Daddurl=https://localhost:8244/services/Simple_Stock_Quote_Service_Proxy -Dmode=fullquote -Dsymbol=testString
NOTE: addurl value must be given from the HTTPS endpoint located in Simple_Stock_Quote_Service_Proxy's service dashboard. To see the dashboard, go to the ESB management console, select Main > Web Services > List menu and select Simple_Stock_Quote_Service_Proxy. Use You can use a preferred string instead of
testString
for symbol.
The
Check if the BAM mediator in Simple_Stock_Quote_Service_Proxy must have has dumped data extracted from the ESB to the key-space , EVENT_KS in the Cassandra database, with the column family name same as the Stream Name. Data To view data in the Cassandra database can be seen from , see the Cassandra Explorer in the BAM server.
...
Given below is an example screenshot: