(reposting as it didn't appear on the group?)
I'm trying to get my head around how xmlrpc works in cake. This thread:
http://groups-beta.google.com/group/cake-php/browse_thread/thread/a5540ce03706601d/0a2a562c19355360
has a few details, and there are some vague references in the config
section in the manual, but I've not found any working examples as yet.
I have enabled web services in core, I've defined an xmlrpc function in
a controller, stuck a chunk of placeholder text in a view, but it's not
doing anything.
In app/controllers/things_controller.php:
function xmlrpc_doSomething() {
echo 'hello';
}
In app/views/things/xmlrpc/do_something.thtml:
blah
but when I hit /xmlrpc/things/do_something
I get a 404, and it's looking for xmlrpc.txt.
Have I got the naming wrong? Have I missed something? It doesn't help
that this is my first encounter with xmlrpc...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---