LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Undeploy a Web Service in LV 8.6

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

0 Kudos
Message 1 of 5
(3,266 Views)

Ok, I found the Distributed System Manager, but if I delete the deployed Web Servers i get a permission error.

 

 

Message Edited by Eugen Graf on 12-15-2008 06:59 AM
0 Kudos
Message 2 of 5
(3,250 Views)
No suggestions?
0 Kudos
Message 3 of 5
(3,227 Views)

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.

Message 4 of 5
(3,217 Views)

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

0 Kudos
Message 5 of 5
(3,179 Views)