Anybody know why a java long gets converted to a ComplexString?? --- biggermork <[EMAIL PROTECTED]> wrote:
> > hey, according to the docs, a long in java should > map over to a number > in actionscript/flex (using web service with soap) > That doesn't seem > to be happening with my app however. Where i should > be getting a long, > i seem to be getting a ComplexString type which > essentially has the > xml stored in it. Trying to display it in a graph > seems to work out > pretty well, but when trying to do anything with it, > there seem to be > issues. any body have any idea why it's not > getting converted properly? > > ie from the soap: > > <multiRef id="id16" soapenc:root="0" > soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" > xsi:type="xsd:long">60</multiRef> > > and what it gets translated as is: > > csvServerId = mx.rpc.xml.ComplexString (@4588219) > id = "id106" > soapenc:root = "60" > soapenv:encodingStyle = > "http://schemas.xmlsoap.org/soap/encoding/" > value = "60" > xmlns:soapenc = > "http://schemas.xmlsoap.org/soap/encoding/" > xsi:type = "xsd:long" > > anybody know what's going on and/or how to get flex > to recognize this > as a number? > > thanks! > > > > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------ Yahoo! Groups Sponsor --------------------~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

