Difference dbetween soap and restfull services?

Questions by sathyaageetha

Showing Answers 1 - 9 of 9 Answers

Prashanth

  • Jul 4th, 2014
 

Soap predominantly uses XML format to send request but in the case of Restful the format can be anything such as image,text etc..

  Was this answer useful?  Yes

Rajesh

  • Jul 11th, 2014
 

The SOAP performance degradations due to heavy XML processing and the complexities associated with the other WebSerives.The main drawback for SOAP is the message transmission between nodes in a service-oriented solution does not just occur via the typical point-to-point channels. Instead, once a message

is received, it can be flowed through multiple intermediaries and subjected to various transformation and conversions.

In RESTful service can easily works in heavy XML Processing and the Complexities environment.In RESTful web services, the emphasis is on point-to-point communication over HTTP, primarily using plain old XML (POX) messages.

  Was this answer useful?  Yes

Arno Nass

  • Sep 14th, 2017
 

Soap is an XML based communication/message protocol over HTTP, but also FTP, SMTP, Named Pipes. Restfull service solely use HTTP and are based on GET, POST, PUT and DELETE request model used on the internet. Responses is mainly in JSON. XML is supported as well.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions