Tagged Questions

0
votes
0answers
32 views

Passing custom typed objects as arguments on a PHP service method call

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 ...
0
votes
1answer
140 views

Calling multiple functions with Zend AMF and one NetConnection?

I have Zend AMF working great in my application, but I'm trying to figure out how to call multiple asynchronous functions with a single connection. For example, let's say I have a service called ...
0
votes
1answer
72 views

Flex 3 Zendamf Remote Debugging

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 ...
0
votes
1answer
344 views

Setting up remoting with zend_amf and cairngorm

I am using Flex 3.4 and Cairngorm 2.2 and Zend_AMF for server side. I am having problem in setting up RemoteObjects. I am getting the infamous Channel disconnected error. [RPC Fault ...