I want to perform a HTTP DELETE request with a xml in the body (not a form). How can I perform this HTTP DELETE request?
I tried with HttpURLConnection
but there are some limitations with it.
I tried with the apache's HttpClient
too. But I don't know how to send the xml without the structure of application/x-www-form-urlencoded
.