What is difference between soap and rest?
Answer / Rishi Raj Singh
SOAP (Simple Object Access Protocol) and REST (Representational State Transfer) are two different web service standards. Key differences include:
1. Data structure: SOAP uses XML for messages, while REST generally uses JSON or XML.
2. Messaging style: SOAP employs a request-response pattern, whereas REST often uses stateless operations like GET, POST, PUT, and DELETE.
3. Complexity: SOAP is more complex due to its need for WSDL files, data binding, and additional messaging components. REST has simpler requirements and can be easier to implement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about services module?
How to drop the table using module?
Does drupal enable search engine friendly urls?
What does a drupal developer do?
Explain module in drupal ?
What is git in drupal?
What is a database api?
Explain hooks in drupal.
How database system of drupal works ?
what Drupal distributions is and when to use?
What are breadcrumbs ?
How we can achieve the multistep form using drupal form api?