152153154155156157158159160161162
WSDLFault fault = o.getFault(new QName(ns, name)); if (fault == null) return action; WSDLOperationImpl impl = (WSDLOperationImpl)o; action = fault.getAction(); return action; } catch (SOAPException e) { throw new WebServiceException(e);