Hi I have got the webservice up and running , i have used jax ws. I have used Spring to be able to use beans with Autowired and stuff that spring gives like property value i
You misses the configuration for webservice inject. So put more inside the web.xml
org.springframework.web.context.ContextLoaderListener
com.sun.xml.ws.transport.http.servlet.WSServletContextListener
Please don't forget the order. Because you need to init the bean for the autowired field first
Thanks