Hello: I'm using Apache CXF 2.7.3 and I need to invoke a webservice from a web application ( servlet )
I had thought to implement it with a JAX-WS client , by using Spring's <jaxws:client> I would like to know if I can inject this client into the servlet object in an object field and , therefore, be shared by all threads using the servlet instance Thanks and regards
