...
This configuration file synapse_sample_700.xml
is available in the <ESB<EI_HOME>/repositorysamples/samples service-bus
directory.
To build the sample
...
Run the following command from the
<ESB<EI_HOME>/samples/axis2Client
directory:Code Block language bash ant stockquote -Daddurl=http://localhost:9000/services/SimpleStockQuoteService -Dtrpurl=http://localhost:8280/ -Dmode=placeorder
Analyzing the output
When you execute the client you will see that the message is dispatched to the main sequence.
...