12-05-2008 09:13 AM
12-05-2008 10:27 AM
Hi Pojoaque,
Thanks for the post and I hope your well.
What version of LabVIEW are you using and which example is it?
The error either means that you have entered the wrong URL or that the address that you have requested has moved. Also, it can be linked to a server failure. What would be wise to do in first hand is to ping for the website, to see if it is still available through the server. I would also check your setup.
Also, please look at the following link for more information on Web Services and issue,
LabVIEW Web Services
http://zone.ni.com/devzone/cda/tut/p/id/7747#toc6
Hope this helps,
12-08-2008 10:49 AM
Hi,
Also check to make sure the LabVIEW Web Server is running and that it is enabled for Web Services. You can find it in Tools >> Options. It is not enabled by default.
12-08-2008 11:00 AM
12-08-2008 11:16 AM
Hi Pojoaque,
Thanks for the update. Which example is called add?
Maybe its the address book example, if so, please see this KnowledgeBase article with a known issue with this example - also please double check your configuration of LabVIEW.
In the VIs you create yourself what are you trying to do?
Why Does the Address Book RESTful Web Service Project Found in the LabVIEW 8.6 Example Finder Not Work?
http://digital.ni.com/public.nsf/allkb/A8830F04188D2835862574AA0059055E?OpenDocument
If its the VI itself which does work - have you checked your LabVIEW configuration allows access to the webserver for all vis?
Hope this helps,
12-08-2008 11:16 AM
12-10-2008 11:08 AM
Hi Hi Pojoaque,
I hope your well.
I was wondering if any of the advice given thus far has resolved your issue?
Thanks,
12-10-2008 11:25 AM
12-10-2008 11:38 AM
Hi Pogoaque,
Thanks for getting back to us.
If you take a look at these two links,
Streaming IMAQ Images Over a Network (or Internet)
http://digital.ni.com/public.nsf/allkb/2E60AF970E49531586256A8C0051332C?OpenDocument
Web Services in LabVIEW
http://zone.ni.com/devzone/cda/tut/p/id/7350#toc5
You'll notice one of the negitives for the Web Server is a flashing image update -as the front panel is an image.
For the Web Serice article, under advanced - it talks about streaming data. There is a zip example - this may help.
12-10-2008 11:58 AM - edited 12-10-2008 11:59 AM
Hi,
You can set a web method VI to be streaming, and then use the Write Response VI to stream the response (use it in a loop). You can also use AJAX to do a periodic refresh.