Hi, I had a problem when using the post method.
I constructed parameters for a post method and executed it. No problem. I got the response text and read the information out of the form. Then I constructed another post method. After it was posted, I got HTTP/1.1 200 OK return value. I used postmethod.getResponseBodyAsStream() to get the response. It only contained first 560 lines of the page. Can anybody give me any idea? Thank you. Henry