I'm needing to do an HTTP POST to a web server from VT Scada, which will reply with a JSON response.
From what I can see, the JSON/XML driver is read only, not write. I.e., can do an HTTP GET, rather than a POST.
I see there is a function called HTTPClient.HTTPSend(). How would I be able to use this function so that it operates in a similar way to the JSON/XML Driver?
Has anyone done this before, or is it a feature that is coming in future releases?
I'm needing to do an HTTP POST to a web server from VT Scada, which will reply with a JSON response.
From what I can see, the JSON/XML driver is read only, not write. I.e., can do an HTTP GET, rather than a POST.
I see there is a function called HTTPClient.HTTPSend(). How would I be able to use this function so that it operates in a similar way to the JSON/XML Driver?
Has anyone done this before, or is it a feature that is coming in future releases?