Also I think you can do this with an Apache Synapse (
http://synapse.apache.org) configuration without coding which is based on
Axis2. There is a content based routing sample in the Synapse samples guide,
sample 2. http://synapse.apache.org/Synapse_Samples.html#Sample2

Upul

On Thu, Apr 17, 2008 at 1:29 PM, Deepal jayasinghe <[EMAIL PROTECTED]>
wrote:

> Florian Theurich wrote:
>
> > 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?
> >
> You can easily do this by writing a custom dispatcher or handler.
>
> Thank you!
> Deepal
>
> >  Thanks for your help
> > Florian
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to