Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BEF13200C09 for ; Wed, 25 Jan 2017 19:01:32 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BD8EA160B4E; Wed, 25 Jan 2017 18:01:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 37065160B3D for ; Wed, 25 Jan 2017 19:01:32 +0100 (CET) Received: (qmail 1285 invoked by uid 500); 25 Jan 2017 18:01:26 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 1274 invoked by uid 99); 25 Jan 2017 18:01:26 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2017 18:01:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id A2C13185D86 for ; Wed, 25 Jan 2017 18:01:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.486 X-Spam-Level: *** X-Spam-Status: No, score=3.486 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 3ou54GUmBOCd for ; Wed, 25 Jan 2017 18:01:23 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 1384F5F238 for ; Wed, 25 Jan 2017 18:01:23 +0000 (UTC) Received: from static.162.255.23.22.macminivault.com (unknown [162.255.23.22]) by mbob.nabble.com (Postfix) with ESMTP id CCC1D3B3C881 for ; Wed, 25 Jan 2017 09:43:03 -0800 (PST) Date: Wed, 25 Jan 2017 11:01:21 -0700 (MST) From: atluris To: users@camel.apache.org Message-ID: <1485367281939-5793056.post@n5.nabble.com> Subject: HTTP4 Delete method is not sending request body. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Wed, 25 Jan 2017 18:01:32 -0000 Hi, We are using camel http4 component to call Rest APIs. One of our DELETE rest api contains body, which has the list of ids to delete. When we tried to call DELETE method with body, it is not being sent. I did bit of research and found that org.apache.http.client.methods.HttpDelete is not extending HttpEntityEnclosingRequestBase. I wonder if there is any way to send body in Http DELETE through camel http4? Thanks & Regards, Srinivas Atluri. -- View this message in context: http://camel.465427.n5.nabble.com/HTTP4-Delete-method-is-not-sending-request-body-tp5793056.html Sent from the Camel - Users mailing list archive at Nabble.com.