Re: REST Webservices

2007-08-18 Thread Nick Tong
i did a talk of API and covered REST at cfDevCon 2006: http://www.succor.co.uk/index.cfm/2006/11/15/Report-on-cfDevcon06 HTH On 17/08/07, Damien McKenna <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Robert Rawlins - Think Blue > > Sent: Friday, August 17, 2007 10:53 AM > > S

RE: REST Webservices

2007-08-17 Thread Damien McKenna
> -Original Message- > From: Robert Rawlins - Think Blue > Sent: Friday, August 17, 2007 10:53 AM > Subject: REST Webservices > > Now, SOAP is obviously native to CF and publishing a few > classes as SOAP is very simple for me, how simple is it to > work with REST in ColdFusion? Has anyo

RE: REST Webservices

2007-08-17 Thread Robert Rawlins - Think Blue
o: CF-Talk Subject: RE: REST Webservices > I did see some reasonably simple consumption examples around > which would be simple, unfortunately i'm publishing the > service, not consuming them, which might be a little > trickier. I'm spoiled by just being able to do access=&

RE: REST Webservices

2007-08-17 Thread Dave Watts
> I did see some reasonably simple consumption examples around > which would be simple, unfortunately i'm publishing the > service, not consuming them, which might be a little > trickier. I'm spoiled by just being able to do access="remote" :-D Well, honestly, it's not hard to publish REST eith

RE: REST Webservices

2007-08-17 Thread Tom Chiverton
> might be a little trickier. Nah, just treat it as if you were writing a page the recieves a form POST, optionally outputting only XML. Tom, whoose Exchange is still not This email is sent for and on behalf of Halliwells LLP. Halliwells L

RE: REST Webservices

2007-08-17 Thread Robert Rawlins - Think Blue
Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 17 August 2007 16:20 To: CF-Talk Subject: RE: REST Webservices > Now, SOAP is obviously native to CF and publishing a few > classes as SOAP is very simple for me, how simple is it to > work with REST in ColdFu

RE: REST Webservices

2007-08-17 Thread Dave Watts
> If this is going to be a real pain (which is looks as if it's > going to be) It shouldn't be a real pain at all. It should be quite easy. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training cen

RE: REST Webservices

2007-08-17 Thread Dave Watts
> Now, SOAP is obviously native to CF and publishing a few > classes as SOAP is very simple for me, how simple is it to > work with REST in ColdFusion? Has anyone here got any > experience with it? I'm hoping there will be an easy answer > to my problem. Typically, working with REST is quite e

RE: REST Webservices

2007-08-17 Thread Robert Rawlins - Think Blue
ebrox [mailto:[EMAIL PROTECTED] Sent: 17 August 2007 16:08 To: CF-Talk Subject: Re: REST Webservices hthat's really a wide description from the client. It may mean that he only wants the results returned as straight xml. It may also mean that he wants cleaner urls like http://www.myse

Re: REST Webservices

2007-08-17 Thread Zaphod Beeblebrox
hthat's really a wide description from the client. It may mean that he only wants the results returned as straight xml. It may also mean that he wants cleaner urls like http://www.myservice.com/users vs http://www.myservices.com/index.cfm?method=getUsers or http://www.myservice.com/u