InterfaceFaultReference[] faults = wsdlOperation.getInterfaceFaultReferences();
for (int j = 0; j < faults.length; j++) {
// TODO: handle interface faults references
}
// Add the operation
binding.addOperation(operation);
}
// Faults
InterfaceFault[] faults = wsdlInterface.getInterfaceFaults();
for (int i = 0; i < faults.length; i++) {
// TODO: handle interface faults