On Friday 19 November 2010 3:31:34 pm Raughan wrote: > Using 'return' did fix the problem, so my issue is resolved. > > I guess I am not entirely sure. I use > org.apache.cxf.frontend.ServerFactoryBean to dynamically add services to > the webserver. A service can be any Object that implements the > javax.jws.WebService annotation. Is there a better way?
That would be the simple frontend. Change that to: org.apache.cxf.jaxws.JaxWsServerFactoryBean and the annotations should be honored on the server side. -- Daniel Kulp [email protected] http://dankulp.com/blog
