I'm having some problems debugging my zendamf remote. I'm on a Mac running MAMP. I've got Flex 3 with the SDK 3.6 and Flash Player 10.
I've got Charles running. I don't see anything too weird although, I'm not sure what I should be looking for. I get 200 OK for everything except开发者_运维知识库:
http://localhost/zendamf_remote_flex_dcre 301 POST localhost /zendamf_remote_flex_dcre7 ms 1.16 KB Complete null
Later down Charles' list, I see:
http://localhost/zendamf_remote_flex_dcre/ 200 GET localhost /zendamf_remote_flex_dcre/ 186 ms 533 bytes Complete
Zend Amf Endpoint
Okay, I figured it out. I forgot "-service" in the compiler option settings.
精彩评论