RE: cvs commit: xml-axis/java/test/saaj TestEnvelope.java

2002-06-29 Thread Glen Daniels
ailto:[EMAIL PROTECTED]] > Sent: Saturday, June 29, 2002 5:54 PM > To: [EMAIL PROTECTED] > Subject: RE: cvs commit: xml-axis/java/test/saaj TestEnvelope.java > > > Glen, > > Long-term yes. Short-term no use. Not much will happen in the > short term. Thera are more issue

RE: cvs commit: xml-axis/java/test/saaj TestEnvelope.java

2002-06-29 Thread Davanum Srinivas
Glen, Long-term yes. Short-term no use. Not much will happen in the short term. Thera are more issues like this that am planning to let everyone know once i finish one round of SAAJ compliance. Thanks, dims --- Glen Daniels <[EMAIL PROTECTED]> wrote: > Hi Dims! > > > * @return a Stri

RE: cvs commit: xml-axis/java/test/saaj TestEnvelope.java

2002-06-29 Thread Glen Daniels
Hi Dims! > * @return a String 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... Faul

cvs commit: xml-axis/java/test/saaj TestEnvelope.java

2002-06-29 Thread dims
dims2002/06/29 13:44:54 Modified:java/src/org/apache/axis/message SOAPFault.java SOAPHeader.java java/test/saaj TestEnvelope.java Log: - Fixes for Faults and Header for SAAJ compliance. - Test cases for both. Revision ChangesPat