Hi! Is there a possibility to deploy webservices in Axis2 to subfolders of the servicePath?
The reason i want to do this is because of versioning. I would like to deploy my webservice "MyService" in a new version (called v2) and in an older version (called v1). I don't want my clients to change the epr when the service changes, so I am thinking of deployment like this: https://myserver/services/v1/MyService https://myserver/services/v2/MyService Is this possible if the servicePath is "/services"? Regards, Niko --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org