CodeIgniter Forums
XMLRPC $this->xmlrpc->server() - returns nothing - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: XMLRPC $this->xmlrpc->server() - returns nothing (/showthread.php?tid=55467)



XMLRPC $this->xmlrpc->server() - returns nothing - El Forum - 10-27-2012

[eluser]Brad Martin[/eluser]

Hey guys i have a problem with XMLRPC im using the following. (I originally had the url to my other codeigniter server app with the same problem.)

Code:
$this->load->library('xmlrpc');
$this->xmlrpc->server('http://rpc.pingomatic.com/', 80);
exit('test');

It never makes it to the exit('test'); i have all logging on and the last log entry is "XML-RPC Class Initialized"

So i have no idea why it wont proceed. Im loading this from inside a model.