12-06-2013 07:37 AM
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.
Is this method correct? Or am I missing something?
12-06-2013 12:12 PM
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