Requests can be of which types
-
only XML
-
XSD, XML, XML schemas
-
only XSD
-
only XML schemas
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.