ah ok, indeed it works, I knew about the servlet but it's almost alwasy mapped to '*', but I tried and it worked, the missing point was that I didn't know that when I have endpoint /myservice/ then the request to /myservice/something goes also to this endpoint and this actually what I was asking for thanks !
Sergey Beryozkin-2 wrote: > > Hi, > > So having a single CXFServlet with a "/myservice/*" uri pattern does not > work ? That is, requests with URIs like > "/myservice/foo" and "/myservice/bar" are not getting dispatched to your > single provider endpoint ? > > Awhile back we worked on a project where JAXWS Provider endpoints were > used and there were no problems with endpoints getting > invoked (we had similar requirements regarding the dynamic dispatch). > Can you provide some more details please ? How do you register your > endpoint ? > > cheers, Sergey > > > -- View this message in context: http://old.nabble.com/One-endpoint-handling-multiple-URL-paths-tp26509853p26612765.html Sent from the cxf-user mailing list archive at Nabble.com.
