Re: [flexcoders] Looking for a workaround for HTTPService limitations

2007-02-14 Thread Igor Costa

Marcel

you can create both instances with separate Methods for yours HTTPService.

Try this, you create multiply of them or even you could use ColdFusion
Components to do that.

Best.

On 2/14/07, Marcel Schepers [EMAIL PROTECTED] wrote:


  I am looking for a workaround for the current HTTPService limitations; I
want to send HTTP DELETE and PUT requests as well as GET and POST request to
a webserver. Due to financial constraints, Flex Data Services (FDS) is not
an option. Has anyone experienced the same problem?

Looking forward to reading you alternative.

Have a nice day,
Marcel
 





--

Igor Costa
www.igorcosta.org
www.igorcosta.com
skype: igorpcosta


RE: [flexcoders] Looking for a workaround for HTTPService limitations

2007-02-14 Thread Carson Hager
You could form your own HTTP requests using the Socket class. It would
be a pain but it's definitely possible.
 
 
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: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Marcel Schepers
Sent: Wednesday, February 14, 2007 2:52 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Looking for a workaround for HTTPService
limitations



I am looking for a workaround for the current HTTPService limitations; I
want to send HTTP DELETE and PUT requests as well as GET and POST
request to a webserver. Due to financial constraints, Flex Data Services
(FDS) is not an option. Has anyone experienced the same problem? 

Looking forward to reading you alternative.

Have a nice day,
Marcel