Multiple choice technology web technology

Requests can be of which types

  1. only XML

  2. XSD, XML, XML schemas

  3. only XSD

  4. only XML schemas

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Web services can process various XML-based request formats including plain XML documents, XSD (XML Schema Definition) for structure validation, and XML schemas that define document structure. These formats provide type safety and validation for service messages, ensuring proper data exchange between systems.