Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 59682 invoked from network); 14 Mar 2007 16:23:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2007 16:23:37 -0000 Received: (qmail 77678 invoked by uid 500); 14 Mar 2007 16:23:38 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 77629 invoked by uid 500); 14 Mar 2007 16:23:38 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 77611 invoked by uid 99); 14 Mar 2007 16:23:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 09:23:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 09:23:29 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7645771407C for ; Wed, 14 Mar 2007 09:23:09 -0700 (PDT) Message-ID: <33118808.1173889389481.JavaMail.jira@brutus> Date: Wed, 14 Mar 2007 09:23:09 -0700 (PDT) From: "Nikhil Thaker (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-2324) Thinclient does not work with wsdl Relative Path MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thinclient does not work with wsdl Relative Path ------------------------------------------------- Key: AXIS2-2324 URL: https://issues.apache.org/jira/browse/AXIS2-2324 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: jaxws Reporter: Nikhil Thaker Assigned To: Nikhil Thaker A Webservice Exception is thrown when Relative Path is used to read wsdl definition in a thinclient scenario. Here's the stack trace javax.xml.ws.WebServiceException: The WSDL file could not be found: \WEB-INF\wsdl\Echo12.wsdl (The system cannot find the path specified.) at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFact ory.java:177) at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactor y.java:79) at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.setupWsdlDefinit ion(ServiceDescriptionImpl.java:472) at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.(ServiceDe scriptionImpl.java:124) at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDes cription(DescriptionFactoryImpl.java:65) at org.apache.axis2.jaxws.description.DescriptionFactory.createServiceDescription( DescriptionFactory.java:70) at org.apache.axis2.jaxws.spi.ServiceDelegate.(ServiceDelegate.java:80) at org.apache.axis2.jaxws.spi.Provider.createServiceDelegate(Provider.java:42) at javax.xml.ws.Service.(Service.java:33) I will provide the fix for this issue -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org