We're using zendamf as a remoting gateway between a flex client and a PHP server. Mapping server side types to client side types doesn't seem to have any affect on objects passed as service method parameters. All objects that have custom types are received as stdClass instances. Is there a way to force this? Or are we missing someting here?

Any thoughts?

Thx!

link|improve this question

43% accept rate
In ColdFusion, you need to be sure that properties in the class definition show up in the same order and with the same case sensitivity on both the Flex side and CF Side. Also make sure you define the RemoteAlias metadata in the Flex class and the alias attribute on the CF CFC (AKA Class). I assume you must do similar things in PHP. Are you? Can you show some code? – www.Flextras.com Oct 21 '11 at 12:20
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.