Re: [Spam] Re: [flexcoders] Problem Casting an Object to a known type

2010-01-07 Thread claudiu ursica
To: flexcoders@yahoogroups.com Sent: Wed, January 6, 2010 5:13:46 PM Subject: Re: [Spam] Re: [flexcoders] Problem Casting an Object to a known type Hi, Thanks for your reply... Our problem is that the http service isn't returning e4x or xml (even though the returnResult is set

Re: [Spam] Re: [Spam] Re: [flexcoders] Problem Casting an Object to a known type

2010-01-07 Thread Nick Middleweek
-- *From:* Nick Middleweek n...@middleweek.co.uk *To:* flexcoders@yahoogroups.com *Sent:* Wed, January 6, 2010 5:13:46 PM *Subject:* Re: [Spam] Re: [flexcoders] Problem Casting an Object to a known type Hi, Thanks for your reply... Our problem is that the http

Re: [Spam] Re: [Spam] Re: [flexcoders] Problem Casting an Object to a known type

2010-01-07 Thread claudiu ursica
the service on the backend to answer with proper data. TH, Claudiu From: Nick Middleweek n...@middleweek. co.uk To: flexcod...@yahoogro ups.com Sent: Wed, January 6, 2010 5:13:46 PM Subject: Re: [Spam] Re: [flexcoders] Problem Casting an Object to a known type

Re: [Spam] Re: [Spam] Re: [Spam] Re: [flexcoders] Problem Casting an Object to a known type

2010-01-07 Thread Nick Middleweek
ups.com flexcoders@yahoogroups.com *Sent:* Wed, January 6, 2010 5:13:46 PM *Subject:* Re: [Spam] Re: [flexcoders] Problem Casting an Object to a known type Hi, Thanks for your reply... Our problem is that the http service isn't returning e4x or xml (even though the returnResult is set

[flexcoders] Problem Casting an Object to a known type

2010-01-06 Thread Nick Middleweek
Hello... We've just run into a problem... Has anyone else come across this before? We're making HTTP Service calls and we're getting back nested data. We have set the resultFormat=e4x which we then parse into known Object types, such a IContactData, IInvoiceDetails... The Problem: With some

Re: [flexcoders] Problem Casting an Object to a known type

2010-01-06 Thread claudiu ursica
that to convert your object. HTH, C From: Nick Middleweek n...@middleweek.co.uk To: flexcoders@yahoogroups.com Sent: Wed, January 6, 2010 4:22:09 PM Subject: [flexcoders] Problem Casting an Object to a known type Hello... We've just run into a problem... Has anyone

Re: [Spam] Re: [flexcoders] Problem Casting an Object to a known type

2010-01-06 Thread Nick Middleweek
Hi, Thanks for your reply... Our problem is that the http service isn't returning e4x or xml (even though the returnResult is set to that) if the data levels are 4 or more. It's coming back as untyped Objects. Normally we would call the HTTP Service asking for e4x, get the data back in the