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?

link|improve this question

67% accept rate
feedback

1 Answer

Have you tried to create multiple endpoints in your sun-jaxws.xml file? I would try using the same configuration in terms of implementation, interface, but a different URL pattern - not sure if that'll work though :)

link|improve this answer
I am not user Will the sun-jaws.xml work in websphere 7 ( I am not using metro). Adding an end point will i need to change my wsdl ? Any hints ? – kiran.kumar M Jul 31 '11 at 4:18
Haven't tried metro + websphere, but seems someone did successfully: myeclipseide.com/PNphpBB2-viewtopic-t-21370.html – Gonzalo Garcia Lasurtegui Jul 31 '11 at 19:20
Yes I have earlier implemented metro. Later switched to container based jax-ws since I had issues when calling services out side my application. There is a PMR pending with IBM – kiran.kumar M Aug 1 '11 at 4:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.