To have a JAX-WS Webservice in Java 6 or higher with multiple threads, it is necessary to assign an corresponding Executor to the endpoint (the sample uses 5 threads). This extends the example from this article
Continue reading
Java Webservice multithreaded
Reply