How REST is lightweight compare to SOAP?
Rahul Chavan
SOAP uses XML. SOAP uses Strict contract. SOAP uses Serialization. REST uses HTTP. REST do not require conversion logic. REST do not require SOAP format, envelope.