Using Netbeans it is easy to create a JAX-WS web service.
I can even create multiple web services in single web app - but when I deploy I get errors - SEVERE - msgs about different services being deployed to same endpoint URL.
How to configure multiple jax-ws web services in same web app ?
Is there some documentation you can point me too ?
Some tutorial in this aspect of JAX-WS ?
Thanks
-Gary