07-31-2024 11:16 AM
I've been playing around with LabVIEW Web Services a little bit and they seem really cool, however I noticed that there doesn't seem to be a way to set the IP address that it listens on. Furthermore, I haven't been able to get it to listen on the port from multiple points i.e. a computer on the same network doesn't get served any html, but the host computer can visit it. I tried both 127.0.0.1, which I know is just a read back and didn't expect it to work, but I also couldn't get it to work when I used the IP of the host computer. When using the Host computer, this IP works, but other computers don't seem to. So here is my question: Is there a way to either A) statically define what IP the Web Service will be listening to OR B) if there isn't, is there a way to get access to the Web Service from a different computer on the same network, and if so, how do you find the IP address. Thanks!
07-31-2024 11:18 AM
Oh I will say, I did find that Starting the Service and using the Debugging port (8001) DID work, as I was able to access it from a different computer, however I'd like to be able to do this with just a published Web Service, not one in debug mode