Encountering problems with httpclient

2004-03-30 Thread paul
Dear all, Need some help here. I am sending many xml to a IIS webserver using the same Httpclient object same PostMethod object to sent. Wheneven I sent xmls within intervals of less than 2 secs, the following exceptions occurred : = Mar 31, 2004

Re: Encountering problems with httpclient

2004-03-30 Thread Michael Becke
Hi Paul, Sounds like you are using an older version of HttpClient. I suggest upgrading to 2.0. Mike On Mar 30, 2004, at 9:52 PM, paul wrote: Dear all, Need some help here. I am sending many xml to a IIS webserver using the same Httpclient object same PostMethod object to sent.