Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 383979DA9 for ; Thu, 2 Feb 2012 18:59:23 +0000 (UTC) Received: (qmail 99227 invoked by uid 500); 2 Feb 2012 18:59:20 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 98475 invoked by uid 500); 2 Feb 2012 18:59:19 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 98467 invoked by uid 99); 2 Feb 2012 18:59:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 18:59:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 18:59:17 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 61CB6189B51 for ; Thu, 2 Feb 2012 18:58:57 +0000 (UTC) Date: Thu, 2 Feb 2012 18:58:57 +0000 (UTC) From: "nadir amra (Commented) (JIRA)" To: java-dev@axis.apache.org Message-ID: <1392378870.4125.1328209137402.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (AXIS2-4692) Java2WSDL not generating location HTTPS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2-4692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199093#comment-13199093 ] nadir amra commented on AXIS2-4692: ----------------------------------- At this time I am implementing option (2) - Add an option where a user can pass in a path to axis2.xml file to use. In support of option (2) I added new arguments -axis2xml and -repo. -axis2xml is the path to axis2.xml file. -repo is path to axis2 repository (-repo would be needed only if modules such as addressing is specified in axis2.xml file). The one thing I have not finalized on is how to pass multiple endpoints on the -l option? I cannot use colon as a delimiter since endpoint may include a colon. Any suggestions? I guess we can indicate if multiple endpoints can be specified as: -l [http://entitas-d.corp.turismodeportugal.pt:4000/services/Entity]:[https://entitas-d.corp.turismodeportugal.pt:9443/services/Entity] I welcome any suggestions. I plan on implementing this tomorrow so if you have any good suggestions let me know. > Java2WSDL not generating location HTTPS > --------------------------------------- > > Key: AXIS2-4692 > URL: https://issues.apache.org/jira/browse/AXIS2-4692 > Project: Axis2 > Issue Type: Bug > Environment: OS: Debian GNU/Linux > WSO2 WSAS v3.1.3 > Reporter: Vitor Manuel Alves Rodrigues > Attachments: Entity_HTTP.wsdl, Entity_HTTPS.wsdl, services.xml > > > Hi everyone, > I have this in my build.xml, to generate my wsdl: > ... > > > > > > > --> >