Multiple choice technology platforms and products

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

Messages can be validated against both XML Schema (which defines the structure, data types, and constraints of XML messages) and WSDL (which contains schema definitions for web service operations). XML Schema provides structural validation while WSDL validates against the service contract. Both are valid validation mechanisms in SOA environments.