Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 49972 invoked from network); 25 Sep 2006 20:44:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Sep 2006 20:44:53 -0000 Received: (qmail 70867 invoked by uid 500); 25 Sep 2006 20:44:49 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 70827 invoked by uid 500); 25 Sep 2006 20:44:49 -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 70808 invoked by uid 99); 25 Sep 2006 20:44:49 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Sep 2006 13:44:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:39480] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 90/41-13750-EBF38154 for ; Mon, 25 Sep 2006 13:44:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 873C8714219 for ; Mon, 25 Sep 2006 20:40:50 +0000 (GMT) Message-ID: <26941514.1159216850535.JavaMail.jira@brutus> Date: Mon, 25 Sep 2006 13:40:50 -0700 (PDT) From: "Jeff Barrett (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-1225) JAXWS is creating AxisService without regard to the WSDL port to use In-Reply-To: <10414127.1159105942293.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2-1225?page=all ] Jeff Barrett resolved AXIS2-1225. --------------------------------- Resolution: Fixed This was fixed in Revision: 449804 > JAXWS is creating AxisService without regard to the WSDL port to use > -------------------------------------------------------------------- > > Key: AXIS2-1225 > URL: http://issues.apache.org/jira/browse/AXIS2-1225 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: jaxws > Reporter: Jeff Barrett > Assigned To: Jeff Barrett > > Currently, in the case where WSDL is supplied to Service.create, JAXWS creating the AxisService at that point, passing a null for the portName argument to WSDL11ToAxiswServiceBuilder. This is incorrect. JAXWS should not be creating the AxisService until the portname is known, which happens on Service.getPort. > This means the ServiceDescription needs to be refactored to not create the AxisService; that should be done when the EndpointDescription is created. EndpointDescriptons should be created when a getPort or addPort is done. In the addPort case, the portQName should be checked to ensure it is not contained in the WSDL before it is allowed to be added. > I am working on a patch which I will submit shortly. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org