...
When you execute the command above, the ESB first receives the message and then routes it to the back-end service (StockQuoteService). The following output will be printed on the Axis2 server's console:
Code Block |
---|
samples.services.SimpleStockQuoteService :: Generating quote for : IBM |
The generated stock quote will then be sent to the client application (Stock Quote Client) as follows:
Code Block |
---|
Standard :: Stock price = $72.42070059233666 |