On Nov 6, 9:36 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote:
> 1) create  your controller
> 2) create an action that will be the XMLRPC "server"
> 3) if you're sending an XML payload, then read the payload in
> 4) extract the XML
> 5) process the data
> 6) create an XML-based response
> 7) output that XML as the response
>
> I guess you were having problems with steps 1 and 2 maybe?

Well that's what I was trying in my original post:
http://groups-beta.google.com/group/cake-php/browse_thread/thread/8aa0b0465fbc2b67
Prior to getting any XML processing working, I can skip directly from
step 2 to 7 and just stuff nonsense data in, output some static XML
string. However, I'm getting this 404 for 'xmlrpc.txt', which is not
something that I mention anywhere in my code, when I call the action.

Marcus


--~--~---------~--~----~------------~-------~--~----~
 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to