[flexcoders] HTTPService DELETE/PUT automatically got changed to GET??

2011-08-19 Thread handitan
Hi all, I just would like to get a confirmation. Right now, I have to use 3rd party REST APIs in our Flex app. A bunch of the REST APIs are using DELETE and PUT method. As the title said, they got changed automatically to GET. And from what I gather from this forum somebody said this in 2008: "It

Re: [flexcoders] HTTPService DELETE/PUT automatically got changed to GET??

2011-08-20 Thread Peter Coppens
Fwiw... As far as I know that is indeed still the case. The doc (http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/rpc/http/mxml/HTTPService.html) says You use the tag to represent an HTTPService object in an MXML file. When you call the HTTPService object's send() method,