LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW 2013 Web Service works on debug server but not on application server

I have made a LabVIEW web service, that needs to get 2 inputs from the user through html request, and one input from a running VI. For this communication I have used a notifier to transfer data between the VI and the webservice method. This works perfectly fine on the debug server, but doesn't work when I deploy the web service on the Application Web Server. As shown in the attached snippets, I use a FGV to transfer the reference of the Notifier from the VI to the web service method. This is the same method that is described in this link.

Host VI

Web Service Get Method.png

Is this method correct? Or am I missing something?

 

Chinmay Anand Misra
CLD
Technical Marketing Engineer
NI IndRA
0 Kudos
Message 1 of 2
(2,656 Views)

I can't find the right link but....

 

There is something I ran across a while ago about how to enable the correct server port in you application.  The VI Server debug port gets enabled with debugging enabled but, you need to specify your services port in the <MyApp>.ini file.

 

I'll sit back and watch the masters now


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 2
(2,633 Views)