Multiple choice technology

A message can be validated against

  1. XML Schema

  2. WSDL

  3. both A and B

  4. None of the above

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

OSB supports message validation against both XML Schema (XSD) definitions and WSDL specifications. XML Schema validates the structure and data types of XML messages, while WSDL includes schema definitions for web service operations. OSB's Validate action can use either validation mechanism, making C the correct comprehensive answer. Options A and B are each partially correct but incomplete.