You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2010/12/18 15:06:03 UTC

[jira] Resolved: (AXIS2-1810) Cannot deploy multiple versions of the same service

     [ https://issues.apache.org/jira/browse/AXIS2-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Samisa Abeysinghe resolved AXIS2-1810.
--------------------------------------

    Resolution: Won't Fix

We have a workaround (see last comment) and there has been no action for more than a year on this. 

If someone really want to implement, reopen and attach a patch please. 

> Cannot deploy multiple versions of the same service
> ---------------------------------------------------
>
>                 Key: AXIS2-1810
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1810
>             Project: 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.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org