We are trying to migrate to Axis2 1.4.
Have a requirement where we need to support 2 or more services with same
Service Name but obviously belongs to different namespace.
( the requirement is due to the fact the we need to support multple versions
of a given service as product moves from say 1.0 to 2.0 ... )
Will something like this work ?
Thanks
John
Service.xml
===========
<serviceGroup>
<service name="MyService"
targetNamespace="urn:version1">
<description>Book sample service</description>
<schema schemaNamespace="version1"/>
...
</service>
<service name="MyService"
targetNamespace="version2">
<description>Book sample service</description>
<schema schemaNamespace="version2"/>
...
</service>
</serviceGroup>
WEB APP DIR STRUCTURE
======================
\---WEB-INF
| web.xml
|
\---services
\---MyService
\---META-INF
services.xml