I have a java application that makes an http post request to an 
external web application using the HttpClient. The external web 
application returns back the result as an XML document in the main 
body. In addition to this, the external web application also returns 
some information via URL query string. How can I capture the query 
string values? 
Will httpPostMethod.getParameters() return the query string parameters.


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

Reply via email to