a wrote: > Thanks for the reply. Ya I m able to see the status and print the status > code in Poster. I am using the same code as in the link, not sure > why HTTP/1.1 200 OK comes even if I dont set the entity in response. I > think it is due to the HttpService constructor, DefaultResponsefactory > > httpService = new HttpService(httpproc,new > DefaultConnectionReuseStrategy(), new DefaultHttpResponseFactory()); > httpService.setHandlerResolver(reqistry); > httpService.setParams(this.params); > > Any idea of what value should be set in this? > > > Thanks! >
did you try to use wireshark to see whats on the wire? if not, do it 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

