Nope....

Give a look on the HTTPService Properties

<mx:HTTPService id="LoginForm" method="GET" ...
<mx:HTTPService id="LoginForm" method="DELETE" ...
<mx:HTTPService id="LoginForm" method="POST"...

On Sun, Feb 24, 2008 at 6:48 PM, andrii_olefirenko <[EMAIL PROTECTED]>
wrote:

>   Hmm, yeah, you are right, the doc actually tells that there should be
> whole branch of constants...
> Try to put string values directly instead of constants: "PUT",
> "DELETE" instead of URLRequestMethod.PUT and URLRequestMethod.DELETE.
> If this won't do magic, then i see only solution is to use socket
> connections...
>
> Andrii Olefirenko
>
> --- In flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>, "Fidel
> Viegas" <[EMAIL PROTECTED]>
> wrote:
>
>
> > Hi Andrii,
> >
> > Before asking this question, I have checked URLRequestMethod, and I
> > only see POST and GET available. I need to use PUT and DELETE.
> >
> > Basically, I am trying to communicate my Flex app with a restfull
> > webservice, which uses POST, GET, PUT and DELETE.
> >
> > Has anyone tried this before? How have you done this?
> >
> > Thanks in advance,
> >
> > Fidel.
> >
>
>  
>



-- 
Omar M. Fouad - Digital Emotions
http://www.omarfouad.net

This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege. It should not be copied,
disclosed to, retained or used by, any other party. If you are not an
intended recipient then please promptly delete this e-mail and any
attachment and all copies and inform the sender. Thank you.

Reply via email to