Ahmet Topcu wrote:
> I do get XML Objects using Web Browsers  for
> the same URL used in get method without any problem.

Then trace the browser communication and compare with
the trace you have from HttpClient. I bet that the
browser establishes a session before sending that GET:
http://wiki.apache.org/jakarta-httpclient/ForAbsoluteBeginners

The RuntimeError reported by the server could be a
NullPointerException when looking up session state.

cheers,
  Roland

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

Reply via email to