All, Flash does not support PUT/DELETE operations.It only supports GET/POST.
I was reading up and some of the frameworks allow HTTPService’s method to POST and append _method=PUT or _method=DELETE to the query string in the service’s URL and the framework converts it to respective operation on other side. Is there any way i can achieve the same with JAX-RS Thanks, Vishal -- View this message in context: http://www.nabble.com/Flash-problems-with-PUT-DELETE-JAX-RS-tp21864506p21864506.html Sent from the cxf-user mailing list archive at Nabble.com.
