Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 64566 invoked from network); 17 Nov 2009 09:49:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Nov 2009 09:49:03 -0000 Received: (qmail 10477 invoked by uid 500); 17 Nov 2009 09:49:02 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 10400 invoked by uid 500); 17 Nov 2009 09:49:02 -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 10351 invoked by uid 99); 17 Nov 2009 09:49:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2009 09:49:02 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Tue, 17 Nov 2009 09:49:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0F297234C4A8 for ; Tue, 17 Nov 2009 01:48:40 -0800 (PST) Message-ID: <1349837039.1258451320060.JavaMail.jira@brutus> Date: Tue, 17 Nov 2009 09:48:40 +0000 (UTC) From: "Tomer Ben-David (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-1810) Cannot deploy multiple versions of the same service In-Reply-To: <3266662.1165094060976.JavaMail.jira@brutus> 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-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778794#action_12778794 ] Tomer Ben-David commented on AXIS2-1810: ---------------------------------------- Hi John, I'm facing the same issue, Could you please tell me what you have decided to do? did you go along with what you suggested in your comment? or decided to perform something different Thanks, Tomer > Cannot deploy multiple versions of the same service > --------------------------------------------------- > > Key: AXIS2-1810 > URL: https://issues.apache.org/jira/browse/AXIS2-1810 > Project: Axis 2.0 (Axis2) > Issue Type: New Feature > Components: kernel > Affects Versions: 1.1 > Reporter: Gul Onural > Assignee: Deepal Jayasinghe > > I am trying to deploy multiple versions of the same web service without changing the name of the service and wsdl. Instead, I want to be able to do that by changing namespace of the service in the wsdl file and location of the service. For example : > MyService - version 1 > ================= > ServiceName = MyService > Location = http://localhost/axis2/services/v1.0/MyService > Wsdl namespace = http://www.mycompany.com/Namespace1 > MyService - version 2 > ================= > ServiceName = MyService > Location = http://localhost/axis2/services/v2.0/MyService > Wsdl namespace = http://www.mycompany.com/Namespace2 > Currently Axis2 doesn't have a mechanism to deploy multiple versions of the same service by chaging its location and wsdl namespace. The services repository has not been designed to accomadate multiple versions of the same service (you can have only one service repository). > It can probably be done providing support for deploying multiple versions of the same service similar to the mechansim provided for deploying multiple versions of the same "module". > Gul -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.