01-13-2012 06:41 PM
Hi,
I am trying to control my windows media player remotely via a web service. I created a vi that will list the albums in the WMP collection. It works well when I run it into LabVIEW but does not return anything when I deploy the service (the "test" string is displayed though, so I assume the problem is in accessing the WMP not in sending data to the client). Here is the block diagram of what I made
One thing I noticed is that if I put the 127.0.0.1 IP address in the "machine name" terminal of the "automation open" vi then the vi does not work either . Not sure if that help finding the problem but I thought I'll mention it anyway.
Any idea?
thanks,
Pierre-Yves
01-16-2012 03:49 PM
01-16-2012 08:31 PM
I am not sure I understand your comment. As I said, the vi works fine if I run it in the development environment.
I also get a constant string to be displayed when the vi works as web service, so the comminication works.
The problem is that I do not get the string that the media player returns in the development environment when the vi runs as webservice.