Welcome Guest, Not a member yet? Register   Sign In
JSON-RPC Library
#4

[eluser]kerpunk[/eluser]
Hi,

This looks like a great library! However, I'm having trouble getting the server response to respond correctly. I'm not sure if I have the right code in the controller, but I've tracked the problem I'm having down to the _execute() function in jsonrpc.php.

I was wondering if I'd missed something, or if anyone had come accross the same problem?

Code:
function index()
    {
        $this->load->library('jsonrpc');
        $server =& $this->jsonrpc->get_server();
        
        $config['Test']['function'] = 'test.process';
        
        $server->define_methods($config);
        $server->set_object($this);
        $server->serve();
    }

Again, great idea for a library, and I'd appreciate any help!

Thanks Martin


Messages In This Thread
JSON-RPC Library - by El Forum - 12-05-2008, 10:55 AM
JSON-RPC Library - by El Forum - 12-05-2008, 10:56 AM
JSON-RPC Library - by El Forum - 01-14-2009, 12:18 AM
JSON-RPC Library - by El Forum - 08-12-2009, 05:38 PM
JSON-RPC Library - by El Forum - 08-12-2009, 08:13 PM
JSON-RPC Library - by El Forum - 08-12-2009, 08:38 PM
JSON-RPC Library - by El Forum - 08-13-2009, 05:11 AM
JSON-RPC Library - by El Forum - 08-15-2009, 07:25 AM
JSON-RPC Library - by El Forum - 11-16-2009, 10:05 PM
JSON-RPC Library - by El Forum - 02-25-2010, 11:52 AM
JSON-RPC Library - by El Forum - 05-28-2010, 03:37 AM
JSON-RPC Library - by El Forum - 01-20-2011, 08:50 AM
JSON-RPC Library - by El Forum - 03-03-2011, 06:40 PM
JSON-RPC Library - by El Forum - 05-26-2011, 06:17 AM
JSON-RPC Library - by El Forum - 05-26-2011, 06:57 AM
JSON-RPC Library - by El Forum - 05-26-2011, 07:00 AM
JSON-RPC Library - by El Forum - 05-26-2011, 07:25 AM
JSON-RPC Library - by El Forum - 08-16-2011, 03:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB