zend-xmlrpc
zend xmlrpc process needs to die gracefully
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?[详细]
2023-02-01 07:09 分类:问答Does Zend provide an object wrapper for Zend_XmlRpc return values?
I have something like: $client = new Zend_XmlRpc_Client(\'<XML-RPC URL>\'); $result = $client->call(\'<method name>\', array( ... ));[详细]
2023-01-20 08:13 分类:问答PHP Zend XML-RPC client - "Unknown type: i8" when making a request with Zend_Crypt_Math_BigInteger?
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[详细]
2022-12-23 16:50 分类:问答HTTP Authentication with PHP's Zend XML RPC Client
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[详细]
2022-12-23 12:19 分类:问答Missing required extension: XMLRPC
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[详细]
2022-12-16 21:41 分类:问答Zend_XmlRpc parameter trouble
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[详细]
2022-12-12 13:59 分类:问答