Hi Dims! > * @return a <CODE>String</CODE> with the fault code > */ > public String getFaultCode() { > - return fault.getFaultCode().toString(); > + return fault.getFaultCode().getLocalPart(); > } >
Um, this looks to me like we're losing information... Faultcode is a qualified name, so the namespace part is kind of an essential part of the results here, no? I think we should perhaps raise this with the SAAJ guys rather than removing functionality? Opinions? --G