apache cxf: multiple endpoint /multipleCXFServlet 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/06/17
            4:13 UTC
        
        
        Read the original article
        Hit count: 356
        
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.
Can i have 2 org.apache.cxf.transport.servlet.CXFServlet servlet in the same web.xml and each servlet serve one endpoint so that i have endpoint1 at http:/locahost/app/endpoint1 and endpoint2 at http:/locahost/app/endpoint2 .
Thank you.
© Stack Overflow or respective owner