meteatamel, Would this open source service(BlazeDS) work with IIS as well?
-Javed --- meteatamel <[EMAIL PROTECTED]> wrote: > Yes, BlazeDS (which is an open source project) has > Proxy Service that > does exactly what you need. It proxies HTTP calls > using Apache commons > Http Client and it enables you to do HTTP GET, POST, > PUT, DELETE. > > Check out BlazeDS here: > > http://opensource.adobe.com/wiki/display/blazeds > > -Mete > > --- In [email protected], "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" <dznuts@> 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 > <javed786pk@> 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 :: josh@ > > > > > > > > > > > > > > > > > > > > > -- > > "Therefore, send not to know For whom the bell > tolls. It tolls for > thee." > > > > :: Josh 'G-Funk' McDonald > > :: 0437 221 380 :: [EMAIL PROTECTED] > > > > >

