Informatica ActiveVOS
- Informatica ActiveVOS 9.2.5
- All Products
<faultHandlers> <!-- catch all faults with a matching name, but no data --> <catch faultName="x:foo"> <empty/> </catch> <!-- catch all faults with the matching variable type, whose name is not "x:foo"--> <catch faultVariable="bar" faultMessageType="tns:barType> <empty/> </catch> <!-- catch the fault specified by the name and variable type --> <catch faultName="x:foo" faultVariable="bar" faultMessageType="tns:barType> <empty/> </catch> <!-- catch all faults not caught by a specific handler --> <catchAll> <empty/> </catchAll> </faultHandlers>