![]() |
1.6.2 XML-RPC Server - Load Methods from another Controller - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: 1.6.2 XML-RPC Server - Load Methods from another Controller (/thread-8423.html) |
1.6.2 XML-RPC Server - Load Methods from another Controller - El Forum - 05-17-2008 [eluser]Elliot Haughin[/eluser] Ok, this is still an issue, and quite a big one. I have the following basic 'Api' Controller to handle XML-RPC requests: Code: <?php The server library just does some work with the params, like auth the request and remove the user/pass from the beginning of it. Now, here's controllers/posts.php: Code: <?php However, when calling Posts.getLatest from a client, I get this error: Quote:This is not a known method for this XML-RPC Server Try it out, it's broken! I think this is a pretty critical error, could someone confirm this ASAP? 1.6.2 XML-RPC Server - Load Methods from another Controller - El Forum - 05-19-2008 [eluser]Elliot Haughin[/eluser] Just wanting to give this a little bump... Mr. Jones, have you noticed this yet? 1.6.2 XML-RPC Server - Load Methods from another Controller - El Forum - 05-19-2008 [eluser]Derek Jones[/eluser] No, I missed this thread, sorry Elliot. But we were already discussing it in this thread and in this bug report. Closing this thread for continuity; when you have a chance to try my suggestion, please reply to either the bug tracker or the existing thread and we'll go from there. Thanks! |