Re: XML data source instead of database

2006-12-13 Thread Felix Geisendörfer
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

XML data source instead of database

2006-12-13 Thread LMX
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