pretty sure it has to be a .cfm - because a CFC will always WDDX-encode whatever it returns when called directly via url.
I'm sure Sim will chime in - he hit this recently. Otherwise, yes, I'm interesting in REST-based remote proxying. -Dave On 7/2/06, Sean Corfield <[EMAIL PROTECTED]> wrote:
On 7/2/06, Arbeitman, Scott <[EMAIL PROTECTED]> wrote: > I haven't used any of the remote proxy stuff in ColdSpring, as I don't > do much Flash Remoting. From what I understand, I can expose select > methods of a CFC to a Flash client without modifying the code. Nice. > > What I would really like is a RESTful approach to services, where I can > proxy a service and have it give me XML packets suitable for AJAX and/or > XSLT via a GET request. I actually have a need to create a REST proxy for CFCs. It's something I plan to build over the next week or two - but has nothing to do with ColdSpring. My plan is to create a single CFC that can act as a remote REST facade for arbitrary CFCs, by encoding the CFC/method to be called into the root element of the inbound XML packet. I'm still bouncing ideas around about it tho' so I'm very open to any input (off-list). -- Sean A Corfield -- http://corfield.org/ Got frameworks? "If you're not annoying somebody, you're not really alive." -- Margaret Atwood
