08-13-2012 02:04 AM
How can I send a string from client(Labview web UI builder) to server(Labview).
Please give me a simple example.Thanks.
08-13-2012 08:55 AM
Here is example using LV Web services.
https://decibel.ni.com/content/docs/DOC-11742
08-13-2012 09:52 PM
The example you give does not demostrate how to send a string from client(Labview web ui builder) to server(Labview).
08-14-2012 08:46 AM
While the data type in this example is not a string the material and concepts are still valid. The example show the correct way to configured a VI to be a Web method and set up the build specification for a web service. You can easily refactor this example to use a string, or use it to help guide you building a new web service from scratch that uses strings.