A web service needs to exchange data with multiple clients using XML. What is the best approach to ensure data consistency and validation?
- Document Object Model (DOM)
- Representational State Transfer (REST)
- Simple Object Access Protocol (SOAP)
- XML Schema Definition (XSD)
XML Schema Definition (XSD) is used to define the structure and data types of XML, ensuring consistency and validation in data exchange.
Loading...
Related Quiz
- In a distributed system, API Gateways facilitate _______ between different microservices.
- Which approach uses multiple endpoints for different resources?
- In JWT, the payload section often contains _______ claims, which provide information about the user.
- To update a resource partially in REST, which HTTP method is generally used?
- In a RESTful architecture, _______ is used to indicate the desired action on a resource.