Which Should i use for communication of android and a php -
iam making location app in android, want send user location data server , server can send data user apllication. should use soap or rest?
if services resource oriented (i.e. can express them crud operations on set of entities), use rest. if services method oriented, , need rigid interface contract, use soap.
Comments
Post a Comment