I can send an object from the server to Flex with Zend_Amf. For example I can send an object from the server to Flex and it will map exactly as it should.
When I attempt to send the same object from Flex to the server, I get the delivery in doubt error. I've been over the code and just can't find any errors. I have the docblocks right, etc. I am suspicious that there some sort of conflict between the Zend_Loader_Autoloader and the Zend_Amf server. Can anyone walk me through sending an actionscript object through Zend_Amf and have it successfully map to the php object? I am imagining sending an object from Flex to the server, performing some operations on it, and returning it to the Flex app. This is a valid use case, right? I really appreciate any advice. Thanks! J
