Specify whether to generate the Fault sections, which describe the operation faults.

There may be several such sections, each generated according to a certain fault element found in the WSDL operation definition:

wsdl:operation/wsdl:fault
Note that each fault is identified by its name specified in the name attribute of the fault element. That name will be shown also in the Fault section heading.

In case of operation in WSDL binding, the full information about the fault is obtained both by the path:

wsdl:binding/wsdl:operation/wsdl:output
and from the corresponding fault element (in the corresponding operation definition) found in the portType assigned to that binding:
wsdl:portType/wsdl:operation/wsdl:input
Both fault elements in binding and portType are matched by the same name.

Applies To:

All operations (portType/binding)
Nested Parameters:
Control what is included in the Fault section.