Welcome Guest, Not a member yet? Register   Sign In
XML-RPC Server functions delegation
#3

[eluser]coolfactor[/eluser]
I'm having the same problem. I also have my server call inside a library-like class (not a true CodeIgniter library, but loaded and attached to the controller instance in the same way). The XML-RPC server fails to call the method. Here's my config:
Code:
// initialize server
$config['functions']['pingback.ping'] = array('function' => 'MyBlog.process_pingback');
$config['object'] = $this;  // reference to MyBlog object
$this->CI->xmlrpcs->initialize($config);
$this->CI->xmlrpcs->serve();

I'm just closing in on a solution, or at least isolating the problem. I'll report back when I learn more.


Messages In This Thread
XML-RPC Server functions delegation - by El Forum - 02-12-2010, 06:22 AM
XML-RPC Server functions delegation - by El Forum - 02-13-2010, 09:22 AM
XML-RPC Server functions delegation - by El Forum - 02-20-2010, 02:22 PM
XML-RPC Server functions delegation - by El Forum - 02-20-2010, 02:28 PM
XML-RPC Server functions delegation - by El Forum - 02-24-2010, 07:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB