Cheers. I'm experimenting with moving this codebase to Fx 3, which seems to
be working, but it looks like the automatic parsing of dates has simply been
chucked, rather than fixed? They're coming through to my app code as Strings
instead of Dates. Which is fine I suppose, then I can write a functioning
and timezone-aware parser :)

-J

On Mon, Apr 14, 2008 at 10:17 AM, Douglas Knudsen <[EMAIL PROTECTED]>
wrote:

>   set resultFormat='e4x' on your webservice methods.  Note that if you are
> depending on the default Object format in your code, your code will need a'
> changin.
>
> DK
>
> On Sat, Apr 12, 2008 at 10:36 PM, Josh McDonald <[EMAIL PROTECTED]> wrote:
>
> >   How do I switch to E4X format results? I didn't know you could do
> > that, agnabbit!
> >
> > How on earth did this pass QA, and is it fixed in 3?
> >
> > -J
> >
> > On Sat, Apr 12, 2008 at 4:18 AM, Douglas Knudsen <
> > [EMAIL PROTECTED]> wrote:
> >
> > >   yeah, that section reads
> > >
> > > xsd:dateTime
> > >
> > >    Date
> > >
> > >       If no timezone information is present, local time is assumed.
> > >
> > > which I do not see occurring.  Seems to ignore the TZ info in the SOAP
> > > response and uses local TZ in 2.0.1 HF1.  Note though that if you use the
> > > default return format of Object in a webservice method, this is automagic.
> > > If return format is say e4x, you can parse the date yourself correctly.
> > > IME, but YMMV and other cryptic letter combos.
> > >
> > > DK
> > >
> > > On Fri, Apr 11, 2008 at 2:30 AM, Peter Connolly <[EMAIL PROTECTED]>
> > > wrote:
> > >
> > > >   Not a ninja. But I find the following section of the livedocs
> > > > invaluable:
> > > >
> > > > http://livedocs.adobe.com/flex/3/html/data_access_3.html#202409
> > > >
> > > > Especially the section: Decoding XML schema and SOAP to ActionScript
> > > > 3
> > > >
> > > > And the equally important: XML Schema element support
> > > >
> > > > pc
> > > >
> > >
> > >
> > >
> > > --
> > > Douglas Knudsen
> > > http://www.cubicleman.com
> > > this is my signature, like it?
> > >
> >
> >
> >
> > --
> > "Therefore, send not to know For whom the bell tolls, It tolls for
> > thee."
> >
> > :: Josh 'G-Funk' McDonald
> > :: 0437 221 380 :: [EMAIL PROTECTED]
> >
>
>
>
> --
> Douglas Knudsen
> http://www.cubicleman.com
> this is my signature, like it?
>  
>



-- 
"Therefore, send not to know For whom the bell tolls, It tolls for thee."

:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED]

Reply via email to