Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 51829 invoked from network); 31 Oct 2005 20:09:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Oct 2005 20:09:23 -0000 Received: (qmail 35086 invoked by uid 500); 31 Oct 2005 20:09:19 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 35046 invoked by uid 500); 31 Oct 2005 20:09:19 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 35033 invoked by uid 99); 31 Oct 2005 20:09:19 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2005 12:09:17 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id B071F59A for ; Mon, 31 Oct 2005 21:08:56 +0100 (CET) Message-ID: <1210270499.1130789336721.JavaMail.jira@ajax.apache.org> Date: Mon, 31 Oct 2005 21:08:56 +0100 (CET) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-714) WSDL ports with a http:address need to be disregarded In-Reply-To: <1513926412.1120641191774.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-714?page=all ] David Jencks closed GERONIMO-714: --------------------------------- > WSDL ports with a http:address need to be disregarded > ----------------------------------------------------- > > Key: GERONIMO-714 > URL: http://issues.apache.org/jira/browse/GERONIMO-714 > Project: Geronimo > Type: Bug > Components: webservices > Versions: 1.0-M4 > Reporter: Stefan Schmidt > Assignee: David Jencks > Fix For: 1.0-M5 > > I came across an interesting MS.NET wsdl witch contained the following port definitions: > > location="http://www.webservicex.com/isbn.asmx" /> > > > location="http://www.webservicex.com/isbn.asmx" /> > > > location="http://www.webservicex.com/isbn.asmx" /> > > Obviously the ISBNSoap is a valid SOAP port type and thus the other two need to be disregarded when invoking this service via dynamic proxies. The wsdl can be found at: http://www.webservicex.com/isbn.asmx?WSDL > The geronimo stack trace: > 17:15:15,018 DEBUG [AxisEngine] Enter: AxisEngine::init > 17:15:15,018 DEBUG [AxisEngine] Exit: AxisEngine::init > 17:15:15,448 DEBUG [Deployer] Deployment failed: plan=null, module=E:\development\java\DWBookShop\target\DWBookShop.war > org.apache.geronimo.common.DeploymentException: No element of class javax.wsdl.extensions.soap.SOAPAddress found > at org.apache.geronimo.axis.builder.SchemaInfoBuilder.getExtensibilityElement(SchemaInfoBuilder.java:550) > at org.apache.geronimo.axis.builder.AxisBuilder.getAddressLocation(AxisBuilder.java:362) > at org.apache.geronimo.axis.builder.AxisBuilder.buildSEIFactoryMap(AxisBuilder.java:289) > at org.apache.geronimo.axis.builder.AxisBuilder.createService(AxisBuilder.java:191) > at org.apache.geronimo.axis.builder.AxisBuilder.createService(AxisBuilder.java:171) > at org.apache.geronimo.axis.builder.AxisBuilder$$FastClassByCGLIB$$16a52a9a.invoke() > at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) > at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) > at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118) > Stefan Schmidt -- 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