How can I customize jax-ws webservice to be available on more than one url. I have a webserice named commonService. By default it is hosted at www.examples.com/commonservice?wsdl
I need to host it in multiple paths as below
www.examples.com/corporate/commonservices www.example.com/retail/commonservices
I am using websphere 7 and Jdk1.6
Any hints?