I can follow the code for the example. http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples /jaxws_dispatch_provider/src/main/java/demo/hwDispatch/server/
But where I get confused is how to wire that up to the spring servlet flavor of deployment. When I add example into my codebase, put logging in the constructor I see it is instantiated, but does not show up in the auto generated web services listing. E.g. http://localhost:8080/app/cxf/ Are @WebServiceProvider s not supposed to be listed where as @WebService s are? -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100 - - +1 (443) 269-1555 x333 Baltimore, Maryland 21218 - - - -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
