Can you please provide more info on your packaging / web.xml (if present) ?
Basically, what happens when spring support is used is that the address you provide there in jaxws:endpoint is supposed to match the path for the actually deployed endpoint. So, you could probably use "/helloWs" there, but that would be your app context root is "helloWs" and the url pattern is "*".