apache cxf: multiple endpoint and one endpoint for each servlet
Posted
by robinmag
on Stack Overflow
See other posts from Stack Overflow
or by robinmag
Published on 2010-05-12T02:21:19Z
Indexed on
2010/05/12
4:04 UTC
Read the original article
Hit count: 495
Hi, I've a cxf webservice with multiple endpoint. I've succesfully deploy it. The problem is all endpoint's WSDL appear in the same servlet URL. Please tell me whether it is possible to have multiple endpoint and one endpoint for each servlet so that i have webservice1 at webapp/service1 and webservice2 at webapp/service2.
Thank you.
© Stack Overflow or respective owner