Zend AMF throwing InvocationTargetException
- by Roopesh Shenoy
Hi,
I am trying to make a service call to a php function from flex, through Zend AMF. Most of the functions get called fine, but for one particular function, it throws the following exception:
InvocationTargetException:There was an error while invoking the operation. Check your operation inputs or server code and try invoking the operation again.
Reason:
Fatal error: Call to a member function getInvokeArguments() on a non-object in D:\wamp\www\ZendFramework\library\Zend\Amf\Server.php on line 328
I am not able to debug through this - has anyone faced any issue like this before, or have any ideas how this can be debugged?