I don't think changing the type in Java will fix your problem, it's probably a problem in the data you're sending back, or your WSDL / XSD. Double check everything using a debugging proxy like Charles.
-Josh On Fri, Aug 1, 2008 at 2:55 AM, Carlos Obregón <[EMAIL PROTECTED]> wrote: > I have a method in java that returns an object of type T which has a > Set<String> > > When I import the Web Service in Flex Builder 3, it creates a class T > with an atribute of type Array > > When I call the method the Array always has size 0. > > Is there anyway to fix this without having to change the type in the > Java code. > > Thanks. > > > ------------------------------------ > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > > > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

