I am implementing this project in ofbiz.
But the actual problem is like the string is storing Html file as response.
HttpClient http = new HttpClient(serverURL);
http.setParameters(context);
String response = null;
response = http.post();
This response is getting in html
Now in this I want to read parameters which are coming as input
i.e I want to get Parameters from this response.
I am sending the sample code that I am getting from server as an
attachement.From this code I want to read 2 parameters.
how can I do it becos it is storing as String
how could I do.
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.