Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Objective: Script mediators using Ruby (inline Ruby script)
...
- This sample uses Ruby, so first set up Ruby support as described at Configuring the ESB for Script Mediator Support.
- Create the above configuration and deploy it in the WSO2 EI profile, seeĀ Working with WSO2 Integration Studio.
- Start the Axis2 server and deploy the SimpleStockQuoteService if not already done
This sample is functionally equivalent to Sample 353.
Run the client with
Code Block |
---|
ant stockquote -Daddurl=http://localhost:9000/services/SimpleStockQuoteService -Dtrpurl=http://localhost:8280/ -Dmode=customquote |
...