As far as I understand REST invocation is same as any HTTP url loading in Flex. You can use the HTTPService from Flex.
But I am not sure why you wanted DELETE and PUT methods with REST webservice, you just need only GET/POST. I think Flex 'HttpServer' support only GET/POST. Thanks Gireesh On Mon, Jun 2, 2008 at 12:22 PM, Josh McDonald <[EMAIL PROTECTED]> wrote: > Well the idea is you run a proxy on your server, make non-rest calls to > it with GET and POST, or Data Services, and the proxy is the one that makes > the GET / POST / PUT / DELETE rest calls and then returns the result to your > Flex program. I think LCDS / BlazeDS has some stuff in it to help with that, > but I don't use it because we don't use rest so I don't know the details. > > -J > > On Mon, Jun 2, 2008 at 4:47 PM, javed786pk <[EMAIL PROTECTED]> wrote: > >> J, >> I am sorry but i did not understand the proxy part of your >> response.Can you kindly elaborate it for me a little more? >> >> -Muhammad >> >> --- In [email protected] <flexcoders%40yahoogroups.com>, "Josh >> McDonald" <[EMAIL PROTECTED]> wrote: >> > >> > It's a limitation of the browser plugin API unfortunately. You can proxy >> > GET/POST requests via a server that makes the correct requests on your >> > behalf, but that's about it. >> > >> > -J >> > >> > On Mon, Jun 2, 2008 at 4:32 PM, javed786pk <[EMAIL PROTECTED]> wrote: >> > >> > > thanks for quick response. Is there any workaround to make PUT and >> > > DELETE Requests or its simply limitations of Flex3? >> > > >> > > Muhammad Javed >> > > >> > > --- In [email protected] >> > > <flexcoders%40yahoogroups.com><flexcoders% >> 40yahoogroups.com>, >> "Josh >> > > McDonald" <dznuts@> wrote: >> > > > >> > > > You can only make GET and POST requests from Flex. >> > > > >> > > > -J >> > > > >> > > > On Mon, Jun 2, 2008 at 4:21 PM, javed786pk <javed786pk@> wrote: >> > > > >> > > > > I have developed a REST web service in WCF (Windows communication >> > > > > Foundation. .NET Technology). I want to use that web service >> in Flex >> > > > > 3. Can someone let me know is REST calls in supported in FLex3 >> or not? >> > > > > >> > > > > Muhammad >> > > > > >> > > > > >> > > > > >> > > > >> > > > >> > > > >> > > > -- >> > > > "Therefore, send not to know For whom the bell tolls. It tolls for >> > > thee." >> > > > >> > > > :: Josh 'G-Funk' McDonald >> > > > :: 0437 221 380 :: josh@ >> > > > >> > > >> > > >> > > >> > >> > >> > >> > -- >> > "Therefore, send not to know For whom the bell tolls. It tolls for >> thee." >> > >> > :: Josh 'G-Funk' McDonald >> > :: 0437 221 380 :: [EMAIL PROTECTED] >> > >> >> > > > -- > "Therefore, send not to know For whom the bell tolls. It tolls for thee." > > :: Josh 'G-Funk' McDonald > :: 0437 221 380 :: [EMAIL PROTECTED] > > -- Gireesh Kumar G http://gireeshkumar.ind.in/

