Hello Raja,

> The status code was 200. I get the initial part of the expected page.

Then I suspect you are not reading correctly from the stream. The stream
reads only a part of the page on each call to read(...) and returns the
number of bytes read. You have to loop until you reach EOF. See here:

http://java.sun.com/j2se/1.4.2/docs/api/index.html

cheers,
  Roland

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

Reply via email to