Return-Path: Delivered-To: apmail-incubator-cxf-user-archive@locus.apache.org Received: (qmail 23870 invoked from network); 5 Nov 2007 16:01:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2007 16:01:59 -0000 Received: (qmail 65315 invoked by uid 500); 5 Nov 2007 15:58:13 -0000 Delivered-To: apmail-incubator-cxf-user-archive@incubator.apache.org Received: (qmail 65288 invoked by uid 500); 5 Nov 2007 15:58:13 -0000 Mailing-List: contact cxf-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-user@incubator.apache.org Delivered-To: mailing list cxf-user@incubator.apache.org Delivered-To: moderator for cxf-user@incubator.apache.org Received: (qmail 56252 invoked by uid 99); 5 Nov 2007 15:50:37 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of davidwsica@gmail.com designates 209.85.162.183 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=b43ApVzB5F/DTOG+97KxwC9NuAS93kchwQ+Zy1SNsZQ=; b=Cf71g7gKD34+6vqrbBIS8IfpXnbUf2KN4SqB2SLZdOUvEF8d1m375FGmtDY5hXomEQ6mFwL6hgho8l5Ol0BdqDJWyUCO+0zke9Gp+0I1dQI82xTelaRlCGHc6caiV6i5DBT0cWkQr6oHIUEB57Qsqu00N/e5TwQtqsFktPqtlNA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=R8wlXd325/Ajo81P985NSidiwEi2j+/1L0ncRv+20SzUXjxgM0+oon1EYrsWVf/A5u0Vh/8DASIBHgkRhIhfYwpqPa/EKv1m0unWMxdv1RAspOLfYhf1FpwpXsEzh3OD/lRbsqjvT9Zy3H1DedqlcxhZzHWSklOdaKeeaIRXAkc= Message-ID: <639ab9680711050750u6f83a95csc03f623cf16eb81f@mail.gmail.com> Date: Mon, 5 Nov 2007 08:50:16 -0700 From: "David W Sica" Sender: davidwsica@gmail.com To: cxf-user@incubator.apache.org Subject: Re: wsdlLocation In-Reply-To: <639ab9680710310956x1ff28050wc464d6a4d69a3316@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_31271_30862189.1194277816093" References: <639ab9680710310956x1ff28050wc464d6a4d69a3316@mail.gmail.com> X-Google-Sender-Auth: 70455325a1b62b8a X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_31271_30862189.1194277816093 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I don't recall seeing a response on this question, does anyone have any thoughts on this problem? Thanks, David On 10/31/07, David W Sica wrote: > > I'm trying to deploy a WS where I'm defining the wsdlLocation in my > SOAPPortImpl file as "WEB-INF/wsdl/file.wsdl". In my wsdl, I am importing > several XSDs as: > > > > I'm using a beans.xml file as: > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:jaxws="http://cxf.apache.org/jaxws " > xsi:schemaLocation=" > http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd > > http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd"> > > > > > . > . > . > > However, I can't seem to get Tomcat6 to find both the WSDL and XSD files. > Right now it's finding the WSDL but not the XSDs. It's trying to find the > XSD files in %TOMCATHOME%\bin. Any hints would be greatly appreciated! > > Thanks, > David > > ------=_Part_31271_30862189.1194277816093--