Comments
-
Thanks for the quick response - that's what I suspected but wasn't sure of... dlesko
-
Shane... Just a small note - it is entirely possible to just use the returned XML as a dataset in a report. I've done it with Microsoft SQL Server Reporting Services. I am not sure what your environment is but the xml is fairly standard. Just a thought... dlesko
-
I figured that but is it necessary once to keep it running once the inital installation is complete? dlesko
-
That can be done through their SOAP interface. I have a small Windows Service that polls the monitors every 30 seconds and stores them to SQL. It works great. dlesko
-
Yes there is. I'm doing this with around 80 locations on one screen using the SOAP interfaces and a custom C# .NET application. dlesko