Page 1 of 1

HTTP Request

Posted: 17 Dec 2012, 13:41
by ksiomelo
Hi,

my Ventuz application is a dashboard that needs to load data from an external server (json preferably but xml possible) and display as charts. I couldn't find any reference on how to make a HTTP request in Ventuz. Could someone help me, please?

Thanks

Cassio

Re: HTTP Request

Posted: 18 Dec 2012, 11:16
by Daniel Willer
Hi Cassio

You need to wite a small C# or VB script to make a HttpRequest and parse your json response.
You can use the System.Net.WebRequest class check MSDN for further info.

Cheers!