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 D9BB79E7E for ; Mon, 14 Nov 2011 21:43:38 +0000 (UTC) Received: (qmail 53641 invoked by uid 500); 14 Nov 2011 21:43:38 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 53605 invoked by uid 500); 14 Nov 2011 21:43:38 -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 53597 invoked by uid 99); 14 Nov 2011 21:43:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2011 21:43:38 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,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 eric.bender@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2011 21:43:32 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1RQ4J6-0005jh-7Y for users@camel.apache.org; Mon, 14 Nov 2011 13:43:12 -0800 Date: Mon, 14 Nov 2011 13:43:12 -0800 (PST) From: Castyn To: users@camel.apache.org Message-ID: <1321306992227-4992556.post@n5.nabble.com> Subject: CXF Endpoint issue MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Greetings, I am running into an issue when deploying a simple camel route within servicemix that contains a cxf endpoint. I am getting the following error. I saw some previous posts on this but I checked over everything suggested in them and can't find the discrepency. org.apache.camel.FailedToCreateProducerException: Failed to create Producer for endpoint: Endpoint[cxf://bean:salesforceLogin]. Reason: org.apache.cxf.service.factory.ServiceConstructionException: Could not find definition for service {http://enterprise.soap.sforce.com/}SforceService. I have the endpoint configured within my camel route file as: and the endpoint declaration itself : Within my WSDL: Sforce SOAP API It seems like everything matches, but since I keep hitting this issue apparently it does not. Anyone have any idea what would be causing this? -- View this message in context: http://camel.465427.n5.nabble.com/CXF-Endpoint-issue-tp4992556p4992556.html Sent from the Camel - Users mailing list archive at Nabble.com.