Archana wrote:
> Hi,
>
> So should I set the status code using Apache Core like
>                                         HttpResponse response = new
> BasicHttpResponse(HttpVersion.HTTP_1_1, 200, "OK");
> response.setEntity(new StringEntity("Got it"));
> conn.sendResponseHeader(response);
> conn.sendResponseEntity(response);
> in server?
>
> And check for the response in the client side? Am I on the right track?
> Thanks!
>


did you try to run it on the emulator?

pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to