android soap rest

satya - Tuesday, May 17, 2011 9:04:56 AM

android soap rest

android soap rest

Search for: android soap rest

satya - Tuesday, May 17, 2011 9:06:22 AM

Discussion on stack overflow on this topic

Discussion on stack overflow on this topic

satya - Tuesday, May 17, 2011 9:17:18 AM

General Summary

REST/JSON has been a preferred method for newly architected solutions. Android comes with org.json package

A variant of SOAP called ksoap, looks like has been ported to android. You may want to look up ksoap site to see if it is compatible to call existing soap services.

Some folks are using SOAP UI to generate a SOAP XML stub/template and then filling in, simulating a SOAP call through http client.

There seem to be some home grown/commercial soap clients such as wsclient

satya - Tuesday, May 17, 2011 9:22:42 AM

android gson

android gson

Search for: android gson

satya - Tuesday, May 17, 2011 9:23:43 AM

gson library link

gson library link

satya - Tuesday, May 17, 2011 9:25:02 AM

Here is a link on how to use gson on android

Here is a link on how to use gson on android

satya - Tuesday, May 17, 2011 9:26:23 AM

Performance implications of gson on android discussed on stack overflow

Performance implications of gson on android discussed on stack overflow

satya - Tuesday, May 17, 2011 9:28:40 AM

Here is a performance comparison link

Here is a performance comparison link

satya - Tuesday, May 17, 2011 9:29:59 AM

Link to jackson json parser

Link to jackson json parser

satya - Tuesday, May 17, 2011 9:30:21 AM

json jackson gson

json jackson gson

Search for: json jackson gson

satya - Tuesday, May 17, 2011 9:32:08 AM

Here is json/jackson comparison: stackoverflow

Here is json/jackson comparison: stackoverflow

satya - Tuesday, May 17, 2011 9:32:23 AM

Jackson comes out quite a winner

Jackson comes out quite a winner

satya - Sat Nov 03 2012 08:49:58 GMT-0400 (Eastern Daylight Time)

A new library enroscar

A new library enroscar

Give solutions to common problems that Android applications face with (mainly focusing on web services clients). And do it via exposing clean and extensible interfaces. a) a convenient way for performing remote server API communication utilize Android loaders API to load remote data b) display remote images c) misc handy widgets d) and other..