Zend AMF throwing InvocationTargetException
Posted
by
Roopesh Shenoy
on Stack Overflow
See other posts from Stack Overflow
or by Roopesh Shenoy
Published on 2010-12-25T08:47:03Z
Indexed on
2010/12/25
8:54 UTC
Read the original article
Hit count: 402
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?
© Stack Overflow or respective owner