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