Table of Contents

Search

  1. Preface
  2. RulePoint
  3. RulePoint Concepts
  4. Using RulePoint
  5. RulePoint Objects
  6. Working with Topics
  7. Working with Connections
  8. Working with Sources
  9. Working with Responders
  10. Working with Responses
  11. Working with Watchlists
  12. Working with Analytics
  13. DRQL
  14. Working with Rules
  15. Working with Alerts
  16. Setting Access Controls
  17. Troubleshooting RulePoint Issues
  18. Connecting to an Ultra Messaging Application
  19. Creating an Ultra Messaging JMS Source

User Guide

User Guide

Event Generator Example

Event Generator Example

XML Event File

The following is an example of a properly configured XML event file:
<?xml version=”1.0“encoding=”UTF-8”?> <sim:generator xmlns:sim="http://www.informatica.com/EventGenerator" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.informatica.com/EventGenerator http://[RULEPOINT_DT_HOST]:[RULEPOINT_DT_PORT]/rulepoint/EventGenerator.xsd"> http://www.informatica.com/EventGenerator.xsd"> <event topic=”stock”> <property> <name>price</name> <value>10</value> </property> <property> <name>date</name> <function>CURRENTDATE</function> </property> <property> <name>time</name> <function>CURRENTTIME</function> </property> <property> <name>timestamp</name> <function>CURRENTTIMESTAMP</function> </property> </event> </sim:generator>
The file shows the location of the RulePoint XSD schema file (http://[RULEPOINT_DT_HOST]:[RULEPOINT_DT_PORT]/rulepoint/EventGenerator.xsd), a price property, and the CURRENTTIME, CURRENTDATE, and CURRENTTIMESTAMP functions. The parameters CURRENTTIME, CURRENTDATE, and CURRENTTIMESTAMP return the same value.

Changing the XML Schema File Location

Your XML data files must point to the RulePoint XSD schema file. By default, the schema file is located on the Internet at the following URL:
http://[RULEPOINT_DT_HOST]:[RULEPOINT_DT_PORT]/rulepoint/EventGenerator.xsd

0 COMMENTS

We’d like to hear from you!