OVERVIEW: XML Notifications

XrayVision (versions 3.10 build 19 and above) has the added ability to notify a web server through HTTP POST using XML when the following database changes/events occur:

The feature is useful for integrating XrayVision with a third-party web application that relies on querying a cached database. Select Tools > Options from the main menu and access the 'Notifications' tab to enable the feature.

The XML message sent to the web server can then be processed to update a database. Provided below are some sample notifications.

Note: The following escape characters will be utilized in any XML Notification sent by the software:

" - "
' - '
< - &lt;
> - &gt;
& - &amp;

Sample Notifications