02-10-2012 06:08 AM
Hello everyone!
Once I've develop a few web services, it's time to "consume" them. I'm trying to develop a thin-client in JAVA (with the netbeans ide) but I haven't found the best way to do it.
So, which is the best way to create a LabVIEW RESTful webservice?
Obviously, JAVA is an option, how about create a client with another VI?
Greetings!
03-27-2012 04:16 PM
1) Are you trying to create a RESTful web service in LabVIEW?
or
2) Are you wondering about creating a thin client to consume the web service?
A2) LabVIEW WebUI Builder You can create a VI to act as a client for your web services, but not a thin client (i.e. running in the browser)
03-27-2012 04:45 PM
The second option is the one!
03-27-2012 07:29 PM
In that case LabVIEW WebUI Builder is a viable alternative for creating a thin client. It runs on Microsoft Silverlight. In addition, it will import your LabVIEW web services just like they were subVIs.
Of course, you can create any other thin client you would like in any other language you would like as well. WebUI is just one option.