I have a web server set up and running on my machine, and I can post an XML document to the server and process the response from the server(which are also another XML document).
I enter the address as “server ip:13310/stat/tasks”, minus the quotes,and 13310 is the porter number. then I can get the XML data in browser. but When I use the “jqgrid”,I can't perform the XML data to the grid with the following code.