Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 41852 invoked from network); 23 May 2009 13:05:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 May 2009 13:05:56 -0000 Received: (qmail 69953 invoked by uid 500); 23 May 2009 13:06:08 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 69856 invoked by uid 500); 23 May 2009 13:06:07 -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 69847 invoked by uid 99); 23 May 2009 13:06:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2009 13:06:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2009 13:06:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8B7E2234C004 for ; Sat, 23 May 2009 06:05:45 -0700 (PDT) Message-ID: <1648116426.1243083945557.JavaMail.jira@brutus> Date: Sat, 23 May 2009 06:05:45 -0700 (PDT) From: "Andreas Veithen (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Assigned: (AXIS2-4346) Java2WSDLBuilder.setServiceEPR() and Utils.addSoap11Endpoint() should use URI not URL In-Reply-To: <1294120604.1242166186114.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-4346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen reassigned AXIS2-4346: -------------------------------------- Assignee: Andreas Veithen > Java2WSDLBuilder.setServiceEPR() and Utils.addSoap11Endpoint() should use URI not URL > ------------------------------------------------------------------------------------- > > Key: AXIS2-4346 > URL: https://issues.apache.org/jira/browse/AXIS2-4346 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: wsdl > Affects Versions: 1.4 > Environment: All > Reporter: Ben Reif > Assignee: Andreas Veithen > Priority: Minor > Fix For: 1.6 > > Original Estimate: 24h > Remaining Estimate: 24h > > The Java2WSDLBuilder.setServiceEPR(), Utils.addSoap12Endpoint(), and Utils.addSoap11Endpoint() methods should use URI instead of URL. The WSDL specification says that the location attribute for a SOAP address needs to be a URI, not a URL. The existing code causes a MalformedURLException when you are defining a JMS endpoint with certain parameters in the URI value. For example: > jms:/myMDB.JMSQueue?transport.jms.DestinationType=queue&transport.jms.ConnectionFactoryJNDIName=my.jms.queue.connection.factory&java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory&java.naming.provider.url=t3://localhost:7001 > I don't think it likes the 'jms:/' and also the last value for the java.naming.provider.url parameter > This is a valid URI, however. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.