Can more than one Thread use same stub instance to invoke webservice call without loosing parallelism?
if each webservice call open a new socket connection, using one stub instance does not allow loosing parallel method invocation.
Any comments will be be appreciated.
I am using Axis, jax-ws, java-ee 6