Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

14. Go to <PRODUCT_HOME>/samples/axis2Clients directory and type the following command:

 

Code Block
ant stockquote -Dtrpurl=http://localhost:8280/services/StockQuoteProxy -Dmode=quote -Dsymbol=IBM
 

It sends a stockquote request directly to the provided transport endpoint at: http://localhost:8280/services/StockQuoteProxy. The response from the server will be displayed on the console as follows:

...

Code Block
Standard :: Stock price = $165.32687331383468
 
Monitoring the Mediation

As with the previous message mediation sample, you will be able to monitor log messages, trace messages, and statistics for the proxy services based mediation. We will look only at the statistics that are different from the previous sample.

...