have you seen this on cakebaker? http://cakebaker.42dh.com/2006/07/17/a-simple-soap-example/
On 2/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Can I replace the mechanism from the Model that directly interacts > with the database with specific API functions already in place in our > existing application. > > Example: Model => Contact > > contact.save > --> this would normally generate the appropriate INSERT sql, but I > want to do the following: > > our_xml_api_contact_new($contact_object) > > > Is this possible? > > > > > -- == S. DeVore (the old fart) the advice is free, the lack of crankiness will cost you - its a fine line between a real question and an idiot --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
