On Fri, Apr 25, 2008 at 9:59 PM, Greg Donald <[EMAIL PROTECTED]> wrote: > On Fri, Apr 25, 2008 at 2:56 PM, till <[EMAIL PROTECTED]> wrote: > > The way this works is that you attach your service class to the REST > > server and let it handle all requests from there. And the methods if > > the class have to be statics, that's all. I know there is no real > > example, but I think it works along the lines of Zend_XmlRpc_Server > > (haven't tried it though). > > > No real example, I see.
This is the link I meant: <http://framework.zend.com/manual/en/zend.xmlrpc.server.html> Details what you can do [to,with] the XmlRpc service, most of it is "probably" available for Rest as well. I know it's only a function, but a) Matthew gave you an example and b) class vs. function is not so different, just give it a try. Even I figured it out. ;-) Till
