RulePoint
- RulePoint 6.1
- All Products
In this DRQL,WHEN 1 stock s WITH s.symbol="XYZ" THEN HTTPStockResponse
WHEN 1 stock s WITH s.symbol="XYZ" THEN HTTPStockResponse WITH symbol="${s.symbol}", price="${s.price}", url="http://localhost/submitStockData.html", method="POST", userName="username", password="password", contentType="text/plain; charset=ISO-8859-1", body="Hello World"