I have the solution here
http://old.nabble.com/JAX-WS---multiple-services-in-separate-jars-td18336903.html
viet nguyen wrote:
>
> I have no luck getting Helloworld to work with my existing Tomcat Spring
> application. I followed the tutorial and was able to see the following
> messages in tomcat stdout
>
> http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html
>
> INFO: Build endpoints from config-location: /WEB-INF/ws.xml
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
> buildServiceFromClass
> INFO: Creating Service {http://packagename removed .com/}HelloWorld from
> class
> my company.com.HelloWorldImpl
> org.apache.cxf.endpoint.ServerImpl initDestination
> INFO: Setting the server's publish address to be /HelloWorld
>
>
> Endpoint
> <jaxws:endpoint id="stpConfirmation"
> implementor="my company HelloWorldimpll"
> address="/HelloWorld"
> />
>
> in web.xml /services/* is mapped to
> org.apache.cxf.transport.servlet.CXFServlet
>
> Accessing ws url in browser
> http://localhost:8080/myapp/services -> No services have been found
>
>
>
>
--
View this message in context:
http://old.nabble.com/No-services-have-been-found-tp27837284p27842488.html
Sent from the cxf-user mailing list archive at Nabble.com.