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 E5A99110D for ; Wed, 20 Apr 2011 23:28:05 +0000 (UTC) Received: (qmail 52419 invoked by uid 500); 20 Apr 2011 23:28:05 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 52395 invoked by uid 500); 20 Apr 2011 23:28:05 -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 52387 invoked by uid 99); 20 Apr 2011 23:28:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Apr 2011 23:28:05 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=FREEMAIL_FROM,RFC_ABUSE_POST,SPF_SOFTFAIL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of v_cheruvu@hotmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Apr 2011 23:28:00 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1QCgo7-0004Et-E8 for users@camel.apache.org; Wed, 20 Apr 2011 16:27:39 -0700 Date: Wed, 20 Apr 2011 16:27:39 -0700 (PDT) From: vcheruvu To: users@camel.apache.org Message-ID: <1303342059432-4329571.post@n5.nabble.com> In-Reply-To: <4DAECCBF.9080205@gmail.com> References: <1303282347653-4315065.post@n5.nabble.com> <4DAECCBF.9080205@gmail.com> Subject: Re: Camel-Cxf:unable to find wsdl MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Willem and Claus, The wsdl file is located in cxf\src\main\resources\META-INF\wsdl\ and named it bclearapi-1.6.wsdl. In cxf endpoint I have specified the wsdlURL path to "classpath:META-INF/wsdl/bclearapi-1.6.wsdl" . However when running the test class, CXF is looking for ./bclearapi-1.6.wsdl instead of META-INF/wsdl/bclearapi-1.6.wsdl path. Why is CXF is looking for "./bclearapi-1.6.wsdl" ? I hope you tried to run the test class and you will come to know that CXF is looking for /bclearapi-1.6.wsdl instead of the path /resouces /META-INF/wsdl/bclearapi-1.6.wsdl. Please run mvn eclipse:eclipse, and run the test class, you will get the error. I have ensured that main/resources added to the java buildpath in eclipse so that camel can use the classpath to access the file path to META-INF/wsdl/bclearapi-1.6.wsdl. I hope I am not overlooking something simple here, but i have debugged the code up until WSDLManagerImpl.loadDefinition(String) after that i do not have visibility to com.ibm.wsdl.xml.WSDLReaderImpl class due to the jar file not having any line numbers. Cheers, -Vid- -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Cxf-unable-to-find-wsdl-tp4315065p4329571.html Sent from the Camel - Users mailing list archive at Nabble.com.