Solved
How to load an xml file from the system in the script. I tried:
var params = {
url:"file://C:/Users/ShaurabhKumar/Documents/MATLAB/AGENT.xml",
timeout:160
};
Got Error:
Wrapped org.apache.http.client.ClientProtocolException Cause: null
I am trying to read an xml file on my system.
Is there any other way to do the same?
Thank you

