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 |
What do you mean by subtheme in drupal?
What is use of template.php file?
Explain what is render array in Drupal?
What programming language does drupal use?
What is drupal panels?
Explain the database system in drupal.
How will you alter the views query?
Is drupal a framework?
Is drupal a framework or cms?
Which design pattern used in drupal?
Is drupal secure?
What are cms platforms?