The documentation for HTTPService.method states that "Permitted values are GET, POST, HEAD, OPTIONS, PUT, TRACE and DELETE"
See the docs here: http://livedocs.macromedia.com/flex/2/langref/mx/rpc/http/HTTPService .html#method So are the docs wrong? --- In [email protected], "Carson Hager" <[EMAIL PROTECTED]> wrote: > > DELETE is not supported. > > > Carson > ____________________________________________ > > Carson Hager > Cynergy Systems, Inc. > http://www.cynergysystems.com <http://www.cynergysystems.com/> > > Email: [EMAIL PROTECTED] > Office: 866-CYNERGY > Mobile: 1.703.489.6466 > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of brian.knorr > Sent: Friday, November 03, 2006 10:33 AM > To: [email protected] > Subject: [flexcoders] httpservice method="DELETE" does not work > > > > We are building REST apis in our Rails backend and for a delete > action it expects to recieve a HTTP DELETE request, but with Flex2 > when you set the method="DELETE" on an httpservice it doesn't send > the DELETE, instead it sends a GET which causes our REST apis to > fail. The documentation for httpservice says it supports > method="DELETE". > > Any advise is greatly appreciated...thanks, > > Brian > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

