Hi, all.

I have a web service that returns a String which contains XML data. All works 
fine when the length of the string is rather small.  The problem seems to occur 
when the length of the string exceeds around 8K bytes.

I have used the Data, Import Web Service to generate the code used. In this 
case, the class EquipmentTypeResultEvent.as seems to be receiving the entire 
string in the pubic function set result(value:String); However, the event 
handler is never fired. If the list is short, the event handler does fire.

I hope someone out there has an idea about this.

Thanks is advance.

Pete



Reply via email to