Is there a way Axis2 can be configured to use Http Connection pool so the http connection to the service is not opened and closed for every request. Is it possible for multiple threads to use the same client to send a request out by choosing a connection randomly from the pool?
Thanks
