Hi, I am trying to find a way to send many Soap requests in same HttpClient, without closing the connection each time.
It seems to be at line: org.apache.axis2.transport.http.CommonsHTTPTransportSender : line 288: sender = new HTTPSender(); Can we create it one time and reuse it?? Thanks. Sam.
