[flexcoders] Re: Deserializing WebService call... Flex/Cairngorm

2006-08-15 Thread ben.clinkinbeard
Nothing definitive here but I do have a couple of suggestions. Any time I see ObjectProxy mentioned in an error description, I immediately wonder if makeObjectsBindable is at fault. Try setting it to false on your WS and see what happens. Personally, I always use e4x as my resultFormat (for variou

[flexcoders] Re: Deserializing WebService call... Flex/Cairngorm

2006-08-16 Thread grahampengelly
Thanks Ben & Franck for your help. Like you Franck I couldn't see why it would work to cast one completely unrelated thing to another but this is the way it appeared to be being done in the samples. Of course, what I hadn't got to grips with is that the two samples that I was studying are both usi

[flexcoders] Re: Deserializing WebService call... Flex/Cairngorm

2006-08-16 Thread ben.clinkinbeard
There is a decent chance I am wrong about this but I think when you use RemoteObject with FDS you set up some sort of Java <-> AS class mapping in a config file. Ben --- In flexcoders@yahoogroups.com, "grahampengelly" <[EMAIL PROTECTED]> wrote: > > Thanks Ben & Franck for your help. Like you Fra

[flexcoders] Re: Deserializing WebService call... Flex/Cairngorm

2006-08-16 Thread grahampengelly
Yes, I'm not sure of the specifics myself but from my exploratory rummaging in the docs it looks like FDS handles all of that mapping. As I am using .NET on the server it looks like manual deserialization into my objects is the way forward. I have begun implementing my app with the factory methods

[flexcoders] Re: Deserializing WebService call... Flex/Cairngorm

2006-08-17 Thread grahampengelly
the conversions automatically > generated. That's what I'm after ... > > > > Cheers, > > Franck > > > > _ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of grahampengelly > Sent: Wednesday, August 16,

RE: [flexcoders] Re: Deserializing WebService call... Flex/Cairngorm

2006-08-16 Thread Franck de Bruijn
: Deserializing WebService call... Flex/Cairngorm   Thanks Ben & Franck for your help. Like you Franck I couldn't see why it would work to cast one completely unrelated thing to another but this is the way it appeared to be being done in the samples. Of course, what I hadn'

RE: [flexcoders] Re: Deserializing WebService call... Flex/Cairngorm

2006-08-16 Thread Franck de Bruijn
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Deserializing WebService call... Flex/Cairngorm   Yes, I'm not sure of the specifics myself but from my exploratory rummaging in the docs it looks like FDS handles all of that mapping. As I am using .NET on the server it looks

RE: [flexcoders] Re: Deserializing WebService call... Flex/Cairngorm

2006-08-16 Thread Matt Chotin
WebService call... Flex/Cairngorm   There is a decent chance I am wrong about this but I think when you use RemoteObject with FDS you set up some sort of Java <-> AS class mapping in a config file. Ben --- In [EMAIL PROTECTED]ups.com, "grahampengelly" <[EMAIL PROTECTED]