Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9AC4796F4 for ; Fri, 24 Feb 2012 15:11:04 +0000 (UTC) Received: (qmail 60986 invoked by uid 500); 24 Feb 2012 15:11:03 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 60839 invoked by uid 500); 24 Feb 2012 15:11:03 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 60830 invoked by uid 99); 24 Feb 2012 15:11:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 15:11:03 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sberyozkin@gmail.com designates 209.85.214.41 as permitted sender) Received: from [209.85.214.41] (HELO mail-bk0-f41.google.com) (209.85.214.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 15:10:51 +0000 Received: by bkty12 with SMTP id y12so2551243bkt.0 for ; Fri, 24 Feb 2012 07:10:30 -0800 (PST) Received-SPF: pass (google.com: domain of sberyozkin@gmail.com designates 10.205.130.1 as permitted sender) client-ip=10.205.130.1; Authentication-Results: mr.google.com; spf=pass (google.com: domain of sberyozkin@gmail.com designates 10.205.130.1 as permitted sender) smtp.mail=sberyozkin@gmail.com; dkim=pass header.i=sberyozkin@gmail.com Received: from mr.google.com ([10.205.130.1]) by 10.205.130.1 with SMTP id hk1mr1272460bkc.140.1330096230687 (num_hops = 1); Fri, 24 Feb 2012 07:10:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=X5jVhLxBjIp7mL9oJoaxqrYkCRF4HSnr+xMCvflLJMw=; b=Ek24k4Gh4KLw/QPYP561/ZJXAzV4Kdna4TMoU/y9iE+2QIa+86bK++n6ajhM22qdWm o6ueuMvbfoZyzNxj6UVYFfp1mY7bgQ1WFAeCHOooF8RMiH1sOSDdlz2cQC84F+Zh/6yO wq0ERU0ed5vi1zug1WdlWHtWmFYK+S4SzGBf8= Received: by 10.205.130.1 with SMTP id hk1mr1046668bkc.140.1330096230572; Fri, 24 Feb 2012 07:10:30 -0800 (PST) Received: from [192.168.2.3] ([89.100.23.77]) by mx.google.com with ESMTPS id w14sm5450458bkd.15.2012.02.24.07.10.29 (version=SSLv3 cipher=OTHER); Fri, 24 Feb 2012 07:10:30 -0800 (PST) Message-ID: <4F47A864.7060800@gmail.com> Date: Fri, 24 Feb 2012 15:10:28 +0000 From: Sergey Beryozkin User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: users@cxf.apache.org Subject: Re: Response.created() is not returning response body References: <1330074897070-5512130.post@n5.nabble.com> <4F47850E.8020001@gmail.com> <1330090781202-5512814.post@n5.nabble.com> In-Reply-To: <1330090781202-5512814.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi On 24/02/12 13:39, yebz wrote: > Hi, i tried but no entity was serialized. > > Thanks > > > 24-feb-2012 14:56:39 org.apache.cxf.interceptor.AbstractLoggingInterceptor > log > INFO: Outbound Message > --------------------------- > ID: 1 > Response-Code: 201 > Content-Type: application/xml > Headers: {Location=[http://localhost:8080/provisioning/applications/18], > Date=[Fri, 24 Feb 2012 13:56:39 GMT]} > Payload: xmlns="http://www.telefonica.com/schemas/UNICA/REST/provisioning/">18 > -------------------------------------- > It actually confirms that the payload is ignored by the underlying HTTP stack, can you provide more info please, do you use Tomcat or something else ? Sergey > > -- > View this message in context: http://cxf.547215.n5.nabble.com/Response-created-is-not-returning-response-body-tp5512130p5512814.html > Sent from the cxf-user mailing list archive at Nabble.com.