I have got an issue by retrieving a XML through a javascript into Ajax. The problem is, it takes up to 45 seconds until the script collectes the data from the database and give it back as a xml. My code doesn't works anymore than. When loading the data local it works fine. Any ideas ? No cross-domain issue here!\[code\]//Get XML Data $.ajax({ type: 'GET', url: 'http://.../export.jsp', dataType: 'xml', success: function(xml_list) {\[/code\]