Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-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 92CED4D1D for ; Fri, 13 May 2011 22:33:59 +0000 (UTC) Received: (qmail 95866 invoked by uid 500); 13 May 2011 22:33:57 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 95808 invoked by uid 500); 13 May 2011 22:33:57 -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 95600 invoked by uid 99); 13 May 2011 22:33:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 May 2011 22:33:57 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of douglass.doug@gmail.com designates 209.85.213.173 as permitted sender) Received: from [209.85.213.173] (HELO mail-yx0-f173.google.com) (209.85.213.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 May 2011 22:33:49 +0000 Received: by yxk8 with SMTP id 8so1285018yxk.32 for ; Fri, 13 May 2011 15:33:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=F9tU+1JOY+4EZz71AAPg2xuN5mJJwz7tGcL8wEchFdI=; b=BLDLbGjUpXU52vHa4qIfOtHXozc80AIHXK2I1xlSLXEcN2zLcfnaJMsmtiD9GVM/19 XhDNQXEOHWdaqBNNzySnjHLgad/XVjv+Ibw/YGjs5k+vPCl1yLgMFqrmuLr7F7vfYsgd oTOta92KvJDEDqlDWCKxhJGk4/NGWUjt8BG6w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=uXRu9zaVanUTr+SckzpvhKu/4x8efHJnSzPKCZZkxGshe4tzNZGJD5rGotYAlq2GgO SL3BN50cdbTUARAwL4GBKRO9Zsfwr2aG9HI9MuOzvtxrdThtMY7FTDy98s0ngmbDLHv+ jZP25D5iQGf0lUyT/GXwi8meqyrpTJU3BLCcw= MIME-Version: 1.0 Received: by 10.236.153.201 with SMTP id f49mr1944050yhk.122.1305326008529; Fri, 13 May 2011 15:33:28 -0700 (PDT) Received: by 10.146.86.6 with HTTP; Fri, 13 May 2011 15:33:28 -0700 (PDT) In-Reply-To: References: Date: Fri, 13 May 2011 16:33:28 -0600 Message-ID: Subject: Re: spring-ws component not propagating in headers to out message From: Doug Douglass To: users@camel.apache.org Content-Type: multipart/alternative; boundary=20cf302d48ea0df3cf04a32fe507 X-Virus-Checked: Checked by ClamAV on apache.org --20cf302d48ea0df3cf04a32fe507 Content-Type: text/plain; charset=UTF-8 Thanks Richard! I hope to provide a patch...should be simple enough....it'll take longer to write a good test than it will to fix it ;) FYI, for now I'm working around the problem by storing my object of interest into the exchange properties, then setting the header after the spring-ws component using to the property value. Cheers, Doug On Fri, May 13, 2011 at 3:53 PM, Richard Kettelerij < richardkettelerij@gmail.com> wrote: > Hi Doug, > > I've created a Jira for this issue: > https://issues.apache.org/jira/browse/CAMEL-3974 > > Regards, > Richard > > On Fri, May 13, 2011 at 7:22 PM, Doug Douglass >wrote: > > > Hello All, > > > > Subject says it all. Looking at the source code for > > SpringWebserviceProducer, it just sets the out body and does nothing with > > headers. > > > > There's no spring-ws component in JIRA (yet?). Is there a different > > component to create the issue against? > > > > TIA, > > Doug > > > --20cf302d48ea0df3cf04a32fe507--