[android-developers] Help Needed Getting JSON to Jersey Web Service and Consuming it

2010-07-30 Thread JimBadger
Hi, I've just recently started out with Android development, and have progressed to the point where I have written a very basic Hello World Jersey RESTful web service, and successfully called it from within my Android App. What I want to do now though, is send a new user record (just name and

Re: [android-developers] Help Needed Getting JSON to Jersey Web Service and Consuming it

2010-07-30 Thread Brad Gies
To give you good advice, we probably need to know what your server end is expecting, and what kind of security you need. It could be as simple as what's below (NOTE there is extra stuff you don't need in here, but it should at least give you what you need) : ListNameValuePair nvps;