Sorry, this is with Flex 3 milestone 2.
--- In [email protected], "cheftimbob" <[EMAIL PROTECTED]> wrote: > > We have a web service that returns a large numeric value that is > approximately 30 spaces wide. > > EG: > <somevalue> > 123456789987654321123456789000 > </somevalue> > > When we view the response of this value using > > ResultEvent.result.somevalue, we're getting back something like this: > 1.23456789987e+29 > > We need to use this value as a string that we pass back up on other web > service calls where it's examined. Even if we convert it back somehow > from this scientific notation value, we loose data. > > We've tried specifying in the wsdl that this is a string with the same > results. >

