Dear Deepal, I appreciate so much for your help! After adding the line, serviceClient.cleanupTransport, no timeout exceptions are thrown.
But, I wonder if there are any overheads in the HTTP level for the cleanup? Best wishes, LB On Tue, Mar 15, 2011 at 11:21 PM, Deepal Jayasinghe <dee...@opensource.lk>wrote: > Hi, > > Axis2 does not have any such limitation, if you are using same service > client for all the invocation then after each invocation try to call > servciceClient.cleanupTransport method. Or if possible share your client > code with us. > > Deepal > > > On 3/15/2011 11:17 AM, Bing Li wrote: > > Dear all, > > Anyone could answer this question? > > Your help is highly appreciated! > > LB > > On Tue, Mar 15, 2011 at 4:22 AM, Bing Li <lbl...@gmail.com> wrote: > >> Dear all, >> >> I tried to call published Web services. It worked fine. However, when >> invoking one service in more than two times continuously, the client got >> timeout exceptions from the 3rd one. Each invocation should be done very >> quickly. It should not wait for so long time. I guess there must be some >> limits on the invocation frequency? How to enlarge it? >> >> Thanks so much! >> LB >> > >