Register now or log in to join your professional community.
REST directly works over HTTP protocol to transfer data which can be in any format such XML, HTML, JSON, byte converted image, etc.. Restriction is HTTP protocol.
SOAP is data format protocol which says how data should be formatted. In SOAP web service, we are formatting data in SOAP format and communicating using protocol such TCP, HTTP, FTP, etc.. Restriction is SOAP format of input/output.
It support XML, JSON and ATOM data format.
web services