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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *