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
I got the same issue, to resolve it I started the jaxws listener after the spring listener:
org.springframework.web.context.ContextLoaderListener com.sun.xml.ws.transport.http.servlet.WSServletContextListener
Hope it helps