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!