I don't believe there is a limit. Your error is more likely to do with the XML being returned. Is it well formed? You may find that the XML parser is choking.
I would be willing to bet that the smaller result has well formed XML whereas the larger result does not. --- In [email protected], "boneoh" <bon...@...> wrote: > > 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 >

