1
vote
1answer
2k views

How to send JSON parameters as web service request in Android? [duplicate]

Possible Duplicate: How to send a JSON object over Request with Android? As I am new to Android development, I struck up with a problem sending requests to a web service in the form of ...
0
votes
1answer
166 views

Unable to receive full response from webservice in android?

I am developing an app where i am using HTTPClient to send request & to receive response from webservice. My code is... Main.java.. final String uri = "XXXXXXXXXXXXXXXXXXXXX"; ...