Versions Compared

Key

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

...

For the SOAP back-end service, we are using the StockQuote Service that is shipped with ESB. Configure and start the back-end service as described in Starting Sample Back-End Services. We will use cURL as the REST client to invoke the ESB REST API.

...

Setting up the back end

For the SOAP back-end service, we are using the StockQuote Service that is shipped with ESB.  cURL is used as Configure and start the back-end service as described in Starting Sample Back-End Services. We will use cURL as the REST client to invoke the ESB API. Run Sample 800 as follows.

 For further information on how to run an ESB sample, see ESB Samples Setup.

...

  • On Windows: wso2esb-samples.bat -sn 800
  • On Linux/Solaris: ./wso2esb-samples.sh -sn 800

...

  • On Windows: axis2server.bat
  • On Linux/Solaris: ./ axis2server.sh

...

REST API.

Configuring the API

Create an API using the following configuration:

...