12-15-2008 05:52 AM
Hello!
In LV 8.6 I found a new feature - Web Service. I tryed the examples ftom the tutorial page http://zone.ni.com/devzone/cda/tut/p/id/7350 and it worke. Now if I start LV IDE this services are avaliable from the Web Browser. How can I undeploy (stop) one of this services?I don't want this services will be started if LV starts.
Thank you, Eugen
12-15-2008 06:58 AM - edited 12-15-2008 06:59 AM
Ok, I found the Distributed System Manager, but if I delete the deployed Web Servers i get a permission error.
12-16-2008 07:05 AM
12-16-2008 11:15 AM
Some web services administrative operations are secured by an API key, so there is likely a security configuration mismatch between LabVIEW web services and Distributed System Manager. There is a Devzone article on that topic here: http://zone.ni.com/devzone/cda/tut/p/id/7749. If you don't want to read through that material, you can always just manually delete a web service from your disk (when LabVIEW is not running). Deployed web services are stored in the following locations on the desktop:
Windows XP: C:\Documents and Settings\All Users\Application Data\National Instruments\Web Services\UserServices\deployed\<service name>-<GUID>
Vista: C:\ProgramData\National Instruments\Web Services\UserServices\deployed\<service name>-<GUID>
When LabVIEW is configured to have the web server and web services enabled, the user's deployed web services are loaded from this location when LabVIEW starts.
12-20-2008 09:55 AM
Ok, thank you. It's not good, if there is a mismatch, but I have no choice to do it otherways. I deleted webservices manualy.
Thank you, Eugen