03-24-2010 11:07 AM
My goal: to provide a communications channel to my cRIO target. If I were doing this without web services, I would have chosen to use the STM library and designed a cluster of an enum to represent the command and a variant to carry the data. Since I am using web services instead, my first approach would be to use the GET method with a URL that looks something like http://mytld.com/params?cmd="set"&dio=0. This doesn't seem like the RESTful way of doing it, however. I ask for two things in this post.
03-25-2010 06:51 PM
Apart fromt he URL mapping method, what other methods are you referring to?
I found a great community example linked at Setting up SSL for Web Services in LabVIEW 2009. It walks through connecting LabVIEW using the standard RESTful web services.
It is also recommended that you read Web Services in LabVIEW.
Could you provide some info on the extra functionality you're looking for?
04-07-2010 03:35 PM