Hi,

I'm writing an application that accesses a RESTful web service that
requires to send a payload during using the HTTP DELETE method.
However when writing to the OutputStream of the HttpURLConnection I
get a ProtocolException  with the detail message "This method does not
support writing: DELETE".

I know of a "normal" (non-Android) Java application that accesses the
same web service with the DELETE method and a payload using basically
the same code and that works, so it seems that the Android Java
implementation/VM doesn't support this.

I haven't prepared any simple test code yet, but could never-the-less
anyone tell me if this is a known limitation, and if there is a way
around it, or if 'm possibly doing something wrong.

Thanks, Robin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to