Hi to all. I configure web service for get request in labview 17.
and it work correctly if I link the method in a browser like this:
http://127.0.0.1/webServiceName/methodName?key=value
But I need link files like this:
http://127.0.0.1/file.extension
Can I configure web service to get this kind of links?