Hello, when making an XML RPC call like so: $result = $client->call($rpc_method, $params);
It produces this exception: PHP Fatal error: Uncaught exception 'Zend_XmlRpc_Client_FaultException' with message 'Invalid response' in /var/www/library/Zend/XmlRpc/Client.php:261 How can I read the HTTP response from the RPC Call? As I need to see this to find out what is going wrong for me. Thanks Tony -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
