Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 94850 invoked from network); 31 Jan 2007 14:36:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2007 14:36:51 -0000 Received: (qmail 90155 invoked by uid 500); 31 Jan 2007 14:36:44 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 90118 invoked by uid 500); 31 Jan 2007 14:36:44 -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 90072 invoked by uid 99); 31 Jan 2007 14:36:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 06:36:44 -0800 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, 31 Jan 2007 06:36:28 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 58695714317 for ; Wed, 31 Jan 2007 06:36:07 -0800 (PST) Message-ID: <28942775.1170254167358.JavaMail.jira@brutus> Date: Wed, 31 Jan 2007 06:36:07 -0800 (PST) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-1748) It don't work to provide a wsdl inside the aar when deploying the war unexploded in WebLogic In-Reply-To: <17673366.1164010921930.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-1748: ------------------------------------ Assignee: Deepal Jayasinghe > It don't work to provide a wsdl inside the aar when deploying the war unexploded in WebLogic > -------------------------------------------------------------------------------------------- > > Key: AXIS2-1748 > URL: https://issues.apache.org/jira/browse/AXIS2-1748 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: deployment > Affects Versions: 1.1 > Environment: Windows XP > Bea WebLogic 9.2 > Reporter: Erland Isaksson > Assigned To: Deepal Jayasinghe > Attachments: DeveloperService.wsdl, services.xml > > > 1. I build a aar with an included wsdl > 2. I include the built aar package in a war (the same contents as axis2.war but renamed to DeveloperServerAxis.war) > 3. I deploy the war in WebLogc (its not delpoyed exploded) > The result is that when I access the webservice as: > http://localhost:7001/DeveloperServerAxis/services/DeveloperService?wsdl > I just get the error: > If you wish Axis2 to automatically generate the WSDL, then please use one of the RPC message receivers for the service(s)/operation(s) in services.xml. If you have added a custom WSDL in the META-INF directory, then please make sure that the name of the service in services.xml (/serviceGroup/service/@name) is the same as in the custom wsdl's service name (/wsdl:definitions/wsdl:service/@name). > If I deploy the same war explored everything works correct and the wsdl is shown when accessing the web service with ?wsdl -- 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