...
- Start the Axis2 server and deploy the SimpleStockQuoteService (Refer steps above).
- Start the Synapse configuration numbered 1:
wso2esb-samples.sh -sn 1
.
This example invokes the one-way placeOrder
operation on the SimpleStockQuoteService
using the custom client which uses the Axis2 ServiceClient.fireAndForget()
API. To test this, use ant -Dmode=placeorder...
and you will notice the one way message flowing through ESB into the sample Axis2 server instance, which reports the acceptance of the order as follows:
...