Versions Compared

Key

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

...

For a list of prerequisites, see Prerequisites to Start see the prerequisites for starting the ESB Samples.

Building the sample

...

This configuration file  synapse_sample_50.xml is available in the <ESB<EI_HOME>/repositorysample/samples service-bus directory.

To build the sample

...

  • Run the following command from the <ESB<EI_HOME>/samples/axis2Client directory, specifying that the request should be a REST request.

    Code Block
    languagebash
    ant stockquote -Dtrpurl=http://localhost:8280/services/StockQuote -Drest=true

...

It is a HTTP REST request, which will be transformed into a SOAP request and forwarded to the stock quote service. 

Excerpt
hiddentrue

sample on POX to SOAP conversion