Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 4223 invoked from network); 20 Jul 2005 00:31:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jul 2005 00:31:30 -0000 Received: (qmail 98846 invoked by uid 500); 20 Jul 2005 00:31:19 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 98642 invoked by uid 500); 20 Jul 2005 00:31:18 -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 98561 invoked by uid 99); 20 Jul 2005 00:31:17 -0000 X-ASF-Spam-Status: No, hits=0.0 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; Tue, 19 Jul 2005 17:31:05 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 5F9C9F0 for ; Wed, 20 Jul 2005 02:30:50 +0200 (CEST) Message-ID: <1190439743.1121819450389.JavaMail.jira@ajax.apache.org> Date: Wed, 20 Jul 2005 02:30:50 +0200 (CEST) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (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=comments#action_12316190 ] David Jencks commented on GERONIMO-714: --------------------------------------- These may be "REST" style web services and we should figure out if we can support them. > 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 > > 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