On 11/6/06, Synchro <[EMAIL PROTECTED]> wrote: > > On Nov 6, 1:29 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > > Have you ever built one before but not with a framework? The concepts > > are actually quite simple. > > I've built SOAP interfaces before, but not xmlrpc (which should be much > simpler). The trouble I'm having is really just getting it all lined up > in cake, and the lack of docs on the subject isn't helping. I'm happy > to write something for the bakery once it's sorted! > > Marcus >
So then my explanation should make sense then: 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? Hope this helps (and that I haven't over-simplified the process) -- Chris Hartjes "The greatest inefficiencies come from solving problems you will never have." -- Rasmus Lerdorf @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
