10-18-2008 09:54 AM
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 ?
10-21-2008 01:57 PM
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