tags:

views:

4

answers:

0

I'm having a simple webapplication developed in openlaszlo 4.7.1. I'm requesting a perl cgi script which sends me back xml response. I sometimes get the following error:

 LzXMLLoader.XMLOnDataHandler load failed from URL 'http://xyz/cgi-bin/abc.cgi', no data received.

The dataset is very simple and i set two parameters on it before i call the doRequest method. Crossdoamain.xml is also present on the target server.

The laszlo object is deployed as SOLO. The server is responding with the xml message but laszlo is not receiving it.

I do have onerror handler in my code as well and this gets called whenever the above error occurs.

The surprising thing is that this error occurs only in IE8 and not in any other browsers (including IE7).