Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 46661 invoked from network); 30 Mar 2007 01:46:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Mar 2007 01:46:49 -0000 Received: (qmail 8101 invoked by uid 500); 30 Mar 2007 01:46:53 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 7895 invoked by uid 500); 30 Mar 2007 01:46:53 -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 7884 invoked by uid 99); 30 Mar 2007 01:46:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 18:46:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 29 Mar 2007 18:46:45 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5942D714066 for ; Thu, 29 Mar 2007 18:46:25 -0700 (PDT) Message-ID: <9490437.1175219185362.JavaMail.jira@brutus> Date: Thu, 29 Mar 2007 18:46:25 -0700 (PDT) From: "Lin Sun (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-2353) Selecting a port name / wsdl provided scenario In-Reply-To: <23613752.1174416392816.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-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated AXIS2-2353: --------------------------- Attachment: Calculator.java > Selecting a port name / wsdl provided scenario > ---------------------------------------------- > > Key: AXIS2-2353 > URL: https://issues.apache.org/jira/browse/AXIS2-2353 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: jaxws > Reporter: Davanum Srinivas > Assigned To: Jeff Barrett > Attachments: Calculator.java, CalculatorClient.java, CalculatorService.java, CalculatorService.wsdl > > > Port Name confusion. > EndpointDesciptionImpl#selectWSDLPortToUse (Line 1396) says: > // Per JSR-181, > // - The portType name corresponds to the WebService.name annotation value, which is > // returned by getName() > // - The portType namespace corresponds to the WebService.targetNamespace annotation, which > // is returned by getTargetNamespace() > String portTypeLP = getName(); > BUT, EndpointDesciptionImpl#getAnnoWebServicePortName does this: > // This is the @WebService annotation path > // Default value is the @WebService.name of the class or interface + "Port" > // Per JSR-181 MR Sec 4.1, pg 15 > annotation_PortName = getAnnoWebServiceName() + "Port"; > So which is correct? > Here's the scenario we are trying: > http://cwiki.apache.org/GMOxDOC20/simple-web-service-with-jax-ws.html > We will upload the latest versions of wsdl/service/client as well. > -- dims -- 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