[flexcoders] amfphp value objects...

2008-07-04 Thread [p e r c e p t i c o n]
Hi all, I'm hoping you guys can sort me out... I'm trying to pass a value object to a service using amfphp but the object isn't being mapped... passing strings works fine but objects are another story... here's my method table: someFunction = array( description = do something',

Re: [flexcoders] amfphp value objects...

2008-07-04 Thread Daniel Gerep
Hi Percy. When I return a Object value to my application with AMFPHP (I suppose you use AMFPHP or similar), I do just the way you're doin', when I test my class, it shows me what I am receiving as a return value. Test it and see if you're really sending a object type. And you gotta set the same

Re: [flexcoders] amfphp value objects...

2008-07-04 Thread [p e r c e p t i c o n]
Hi Daniel, I'm going to try this... thanks p On Fri, Jul 4, 2008 at 6:22 PM, Daniel Gerep [EMAIL PROTECTED] wrote: Hi Percy. When I return a Object value to my application with AMFPHP (I suppose you use AMFPHP or similar), I do just the way you're doin', when I test my class, it shows me