You can run the response with its default values using the following syntax:
WHEN 1 stock WITH symbol="XYZ" THEN WDSLStockResponse
In this SQL query,
WDSLStockResponse
is the name of the response.
If you want to override any of the default values in the response within the rule text, you can specify those changes in individual parameters. The following rule provides the syntax for all of the parameters for this service:
WHEN 1 stock WITH symbol="XYZ" THEN WDSLStockResponse WITH GetStock.price="${s.price}"