I am new to CXF and using CXF 2.0 for defining and implementing a web service as well as creating a CXF client for it. Is it possible to use spring beans defined in an application context instead of including annotations in the code (https://jax-ws.dev.java.net/jax-ws-ea3/docs/annotations.html#1.%2520Overview%257Coutline). ?
I am using the <jaxws:endpoint></jaxws:endpoint> element to configure my service provider. Not sure if the same is application for @WebService, @WebParam etc. -- View this message in context: http://cxf.547215.n5.nabble.com/XML-Web-Services-Annotation-tp2228111p2228111.html Sent from the cxf-user mailing list archive at Nabble.com.
