Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 53684 invoked from network); 16 Jan 2011 03:02:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jan 2011 03:02:00 -0000 Received: (qmail 79108 invoked by uid 500); 16 Jan 2011 03:01:59 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 79061 invoked by uid 500); 16 Jan 2011 03:01: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 79053 invoked by uid 99); 16 Jan 2011 03:01:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jan 2011 03:01:57 +0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of willem.jiang@gmail.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qw0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jan 2011 03:01:52 +0000 Received: by qwk4 with SMTP id 4so4269047qwk.32 for ; Sat, 15 Jan 2011 19:01:31 -0800 (PST) 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:content-transfer-encoding; bh=fXMg9i3/c5OCmuIxDZlqNfD4+hOWcyrhd1rgccKHuCc=; b=HiN+1Duumk7OJb5o3Db6Q9IMl4F/x7U+MCcAHuNrUz7BHgvEpWMmDGvJET7ZqOmA4c Ssr7wHLcW+gX1+Ht3qWzbp8kr56eJdzmmreS58N7rBWl0x/lEoWT5Xdn40sipn2r9tQG DPQI16cA3MdbrLJNeiBVa9fKUUNwOdEINlc2I= 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:content-transfer-encoding; b=an+I1R/sZN8YUYuucxJKmfW/NfHvWtRrXJYe31t70DJhg9ZcEqytNu0779/f/e2u7k nz6INT8r229of8EpGNz0F3SMMAQveON4iC1BAhD3V8HYty0olS7oMrTPgMIBTR40LhSW UYlE2hpfdaYqvfN6zZayj+ApNftMnKuI4WzAQ= MIME-Version: 1.0 Received: by 10.229.188.144 with SMTP id da16mr2310815qcb.158.1295146888899; Sat, 15 Jan 2011 19:01:28 -0800 (PST) Received: by 10.229.188.70 with HTTP; Sat, 15 Jan 2011 19:01:28 -0800 (PST) In-Reply-To: <1295100431092-3342602.post@n5.nabble.com> References: <1295100431092-3342602.post@n5.nabble.com> Date: Sun, 16 Jan 2011 11:01:28 +0800 Message-ID: Subject: Re: WS -->JMS --> WS says RuntimeException From: Willem Jiang To: users@camel.apache.org Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable What data format did you choice for the CXF endpoint? How do you send the message to JMS queue? 2011/1/15, Bill : > > Hi, > These is a WebService , and i want proxy it in the camel. > just like this: my proxy ws in camel ---> jms -= --> > > real webservice > > 1. I create a interface of real webservice > 2. I create tow cxf endpoints. one is proxy ,one is real ws. > > then I route like this : from("cxf:bean:proxy").to("cxf:bean:real") = . > it works. > but I route like this : from("cxf:bean:proxy").to("jms:dataqueue") It sa= y > runtimeexception.... > > I try unmarsh with jaxb , and I failed. > and I try unmarsh with soap.It says "The method addOrder has no > ResponseWrapper and no suitable return type" > http://camel.465427.n5.nabble.com/file/n3342602/code.rar code.rar > my code is here...please help me..thank you > > -- > View this message in context: > http://camel.465427.n5.nabble.com/WS-JMS-WS-says-RuntimeException-tp33426= 02p3342602.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --=20 =B4=D3=CE=D2=B5=C4=D2=C6=B6=AF=C9=E8=B1=B8=B7=A2=CB=CD