You could possibly set "ProjectID" as a response header and use one of
getResponseHeader* methods of PostMethod to get this value...

Hope this helps...

Regards
Valliappan

-----Original Message-----
From: Pronab Bhattacharyya [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 05, 2008 7:10 AM
To: httpclient-users@hc.apache.org
Subject: How to retireve parameter's value from a ResponseBody of a post
method. 

I want to get a particular  parameter's  value that have in the response

body of the Http post method.
As we know that the getResponseBodyAsStream of PostMethod returns the 
whole response body. But I only have to retrieve  some parameters values

For example, if we save the ResponseBody into a file we can find out
that 
it contains 
 <input type="hidden" name="ProjectID" value="10237">.
My concern is this projectID.
Is there any direct way to get back this parameters value in my java
class 
?

regrads 
Pronab Bhattacharyya


Pronab Bhattacharyya
ASE
Tata Consultancy Services
Victoria Park Building,
Plot No. 37/2, Block GN, Salt Lake,
Kolkata - 700091,West Bengal
India
Cell:- +91-9830367338
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
____________________________________________
Experience certainty.   IT Services
                        Business Solutions
                        Outsourcing
____________________________________________
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you



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

Reply via email to