Here are functions provided with the ESP Web Service Provider:
- getVersion - obtain the version and last updated date
for the ESP Web Services Provider
- getSchema - obtains the schema string for the
ESP project of your interest
- publish - publishes stream data to an
ESP project
The
publish function only accepts incoming data row in
these formats:
<InputWindow1 ESP_OPS="i" C_KEY="0"
C_TIMESTAMP="1970-01-01 12:12:00.000" />
<InputWindow1 ESP_OPS="u" C_KEY="1"
C_TIMESTAMP="1970-01-01 12:12:00.000" />
The
rows above are escaped forms for these ESP XML format
records:
<InputWindow1 ESP_OPS="i" C_KEY="0" C_TIMESTAMP="1970-01-01 12:12:00.000" >
<InputWindow1 ESP_OPS="u" C_KEY="1" C_TIMESTAMP="1970-01-01 12:12:00.000" >