Android to .NET - XML-RPC or KSoap?
Posted
by BenYL
on Stack Overflow
See other posts from Stack Overflow
or by BenYL
Published on 2010-04-07T13:32:25Z
Indexed on
2010/04/07
13:33 UTC
Read the original article
Hit count: 507
We are designing an internal system that will have a .NET PC base station and many Android mobiles, communicating over WiFi. Can't decide between SOAP or XML-RPC protocol. Primary concerns are maturity, compatibility, and the minimizing of coding/integration, in that order. Which is best?
Ben
© Stack Overflow or respective owner