I believe it should be possible to send other HTTP requests with help of BlazeDS or LCDS HTTP proxy. But there will be problem also to read headers back, "httpResponseStatus" event is only available in AIR runtime.
Consider to export .NET 3.5 webservices as SOAP ones, and communicate with help of <mx:WebService/>. Or you always have XMLHttpRequest object on script side and together with External API it could be workaround as well. -- Thanks, Vadim. ----- Original Message ----- From: Josh McDonald To: [email protected] Sent: Thursday, May 29, 2008 4:51 PM Subject: Re: [flexcoders] Does Flex3Beta Provide full support for REST The browser plugin API prevents any plugins (including Flash and therefore Flex) from using anything other than GET and POST. -J On Thu, May 29, 2008 at 8:39 PM, javed786pk <[EMAIL PROTECTED]> wrote: Hi, We want to use .NET 3.5 based REST web service in Flex3 beta.Do you guys fully support REST (GET,PUT,POST and DELETE) in Flex3 beta. I will appreciate if you can send me some code that calls REST service from Flex 3 beta. Thanks -Muhammad -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

