Hi all,

Thanks for all your answers for my questions till now. I have a problem with PostMethod. When I reuse the same method it gives a exception that PostMethod needs to be recycled. So I had put a check with help of hasbeenUsed() method of PostMethod and trying to recycle the PostMethod. Unfortunately my program hangs :( when it reaches recycle() call or even if I try to print the ResponseBody of method.

Can someone let me know where could be the problem ??

Just to menthion, I am calling same post method with same request and URL in a indefinite while loop until someone sets the while flag to false.

- Himanshu


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to