LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pass an array of strings or numbers from a WEB service to a WEB page

I've tried to include an array in the terminal block on a WEB service; however, I keep getting 'data type not supported'.

How do I return multiple entries from a WEB service ?

Do I have to package them as a WEB data item - if so how ?

0 Kudos
Message 1 of 2
(2,782 Views)

Dear jpday,

 

Have you seen this tutorial?

 

Web Services in LabVIEW 

http://zone.ni.com/devzone/cda/tut/p/id/7350

 

attached to it you will find a zip file named webservicesdemo. This demo contains a VI called Function Generator Main, which shows how to convert an array to an XML string, which you can then output from the web service VI (Function Generator Main shows how to do this). 

 

Hope this helps!

 

~Nate 

0 Kudos
Message 2 of 2
(2,744 Views)