I am getting an error everytime I do a callServer function. The error message is this Command somefile.ipl not found in the command descriptors.The code I used for callServer is thisIWDatacapture.callServer("somefile.ipl",params);Also, I used this code below as well, but did not get any responseIWDatacapture.callServer("http://" + server + "/iw-bin/somefile.ipl", params);Thanks in advance