Hi all,
 
in my project it is desirable to only have a single URL, but several
different endpoints 'behind this URL', which basically represent
versions of the same web service. Incoming messages can only be
distinguished by different namespaces and should be dispatched to
different endpoint implementations by configuring those mappings
(namespace-to-endpoint) in some config file. I know something like this
is possible with Spring WS, but is this also doable with Axis2?  
 
Thanks for your help
Florian
 

Reply via email to