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 93F739B96 for ; Tue, 24 Jul 2012 05:49:45 +0000 (UTC) Received: (qmail 80470 invoked by uid 500); 24 Jul 2012 05:49:45 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 80238 invoked by uid 500); 24 Jul 2012 05:49:44 -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 80180 invoked by uid 99); 24 Jul 2012 05:49:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2012 05:49:41 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of jeyaseelansukumar@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2012 05:49:35 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1StXze-0000fl-Bu for users@camel.apache.org; Mon, 23 Jul 2012 22:49:14 -0700 Date: Mon, 23 Jul 2012 22:49:14 -0700 (PDT) From: jeyaseelan78 To: users@camel.apache.org Message-ID: <1343108954361-5716379.post@n5.nabble.com> In-Reply-To: <1342748062799-5716272.post@n5.nabble.com> References: <1342748062799-5716272.post@n5.nabble.com> Subject: Re: How to invoke CXF webservice from processor bean MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I even tried giving exchange.getIn().setHeader(CxfConstants.OPERATION_NAMESPACE, "http://pas.adapter.service.xyz.abc.XX/"); but still no luck and it looks like it is just ignoring the headers completely. it always invokes one specific operation defined in the SEI. I have the following questions here, 1. In my implementation I am using the cxf endpoint as url , should I be using the cxf uri instead? 2. While invoking the webservice, should I have to use CxfProducer template instead of just the producertemplate? I feel I am running out of options and not clear which one to try. Can you please provide some example if you have already encountered situation like mine above. I am breaking my head for post couple weeks, your help would be highly appreciated. Thanks for your kind support. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-invoke-CXF-webservice-from-processor-bean-tp5716272p5716379.html Sent from the Camel - Users mailing list archive at Nabble.com.