Soap
1. Soap uses HTTP Post Methods or Operations.
2. Creating soap web service we get wsdl files which have data and operations.
3. Soap has overhead so should not be used for Mobile
4. Soap gives data in XML format.
5. We can create java files from Soap Web services.
Rest
1. Uses Get and Post, Put and delete function to perform options.
2. Here we get URI using which we can perform Get,Post or Put functions.
3. Rest is lightweight.
4. Rest gives data in XML, JSON and Text.
1. Soap uses HTTP Post Methods or Operations.
2. Creating soap web service we get wsdl files which have data and operations.
3. Soap has overhead so should not be used for Mobile
4. Soap gives data in XML format.
5. We can create java files from Soap Web services.
Rest
1. Uses Get and Post, Put and delete function to perform options.
2. Here we get URI using which we can perform Get,Post or Put functions.
3. Rest is lightweight.
4. Rest gives data in XML, JSON and Text.
Comments
Post a Comment