take a look at any of the interfaces for examples.
like the APi interface.

Jame Jane sent the following on 4/22/2008 4:08 PM:
> Hi,
> Can anyone tell me
> 
> I am sending Post Data to e-PAS server.It is going fine.
> The data which I am sending is printing on console it is HTML data with in 
> HTML Tags
>   HttpClient http = new HttpClient(serverURL);
> http.setParameters(context);
> 
> 
> String response = null;
>   response = http.post();
> 
> System.out.println(Response);
> The respnse is printing fine with in <html></html> tags.It is printing on 
> console
> but the problem is from this response I want to get two parameters.
> how to proceed for getting it can anyone tell.
> 
> 
> 
>        
> ---------------------------------
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it 
> now.

Reply via email to