Multiple choice technology architecture

Suppose an error occurs when executing the Web Service in which WSDL Operation it should be captured

  1. INPUT

  2. OUTPUT

  3. FAULT

  4. None of the above

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

In WSDL, the FAULT operation element captures errors that occur during web service execution. Each operation can have INPUT (request), OUTPUT (response), and FAULT (error) message definitions. Faults provide a standardized way to communicate error information back to the client.