I have a Zend XMLRPC web service running, but in my class I need the script to die gracefully and would like XMLRPC not to throw an error. Is this possible?
I have something like: $client = new Zend_XmlRpc_Client(\'<XML-RPC URL>\'); $result = $client->call(\'<method name>\', array( ... ));
I am using Zend 1.10\'s XML-RPC client library to make XML-RPC requests to another server. One of the methods I have to call uses a i8 (a.k.a. ex:i8) type, i.e. extended big integer. This is supported
I am using the Zend library\'s XML RPC Client in a PHP application to pull data from another server over XML RPC. However the other server is using HTTP basic a开发者_如何学Cuthentication. How can I t
I\'m trying to install KnowledgeTree Community Edition on my CentOS VPS. One of the requirements for this was ZendServer - Which I had to install via their universal installer as installing via YUM wa
I\'m trying to get a simple client/server XMLRPC server setup but I am having trouble using parameters. The code runs fine if I take the $client_id parameter out of the fetchClient() method and $clien