Hey LMX, right now nate and me are working on the base for new datasources that rely on HTTP / TCP/IP protocols. This will especially cover all kinds of XML needs. Cake 1.2 already has a nice XML parser and some ground work towards this direction in it, but it's under development and therefor unsupported / not recommended to be used. Meanwhile you might want take an approach similar to the one I've been using for my Google Analytics API of creating a WebModel that helps with the GET/POST stuff. For more information check out some articles on my blog: http://thinkingphp.org/index.php?s=webmodel
But a native CakePHP solution will not come before the official 1.2 release. There is no release date and the CakePHP team usually doesn't make such announcements beforehand in general. But if you are aren't in a hury and willing to deal with bugs you might want to play around with SVN:HEAD of the 1.2 branch from time to time. -- Felix Geisendörfer aka the_undefined -------------------------- http://www.thinkingphp.org http://www.fg-webdesign.de LMX wrote: > I've started new project with Cake and due the security issues have no > direct access to the database. Access is only via WDSL (subset of XML), > I send XML request to the web service server and receive XML response. > How I can force Cake still use it's Models in this case, XML data > access instead of DB ActiveRecord? Or ActiveRecord can work with XML > and WebServices? > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---