RE: PostMethod setQueryString

2004-08-20 Thread Karthikeyani K
K [mailto:[EMAIL PROTECTED] Sent: Freitag, 20. August 2004 17:30 To: [EMAIL PROTECTED] Subject: PostMethod setQueryString Hi, What is the difference between invoking setQueryString(NameValuePair[]) and setRequestBody(NameValuePair[]) on PostMethod. When we try to use setQueryString(NameValu

RE: PostMethod setQueryString

2004-08-20 Thread Kalnichevski, Oleg
PROTECTED] Subject: PostMethod setQueryString Hi, What is the difference between invoking setQueryString(NameValuePair[]) and setRequestBody(NameValuePair[]) on PostMethod. When we try to use setQueryString(NameValuePair[]), we are getting the response back. But when we try to use

PostMethod setQueryString

2004-08-20 Thread Karthikeyani K
Hi, What is the difference between invoking setQueryString(NameValuePair[]) and setRequestBody(NameValuePair[]) on PostMethod. When we try to use setQueryString(NameValuePair[]), we are getting the response back. But when we try to use setRequestBody(NameValuePair[]), we are getting