Anu,

you should use authpost.addParameters(new NameValuePair[] {action, url})

and not setRequestBody.

HTH

Odi

NameValuePair action = new NameValuePair("url", "Books");
NameValuePair url = new NameValuePair("field-keywords", "java");
authpost.setRequestBody(new NameValuePair[] {action, url});


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



Reply via email to