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 [email protected], "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.
>


Reply via email to