Re: Bug? Create Custom SOAP Fault(SAAJ spec violation)

2003-06-10 Thread Davanum Srinivas
Looks like a bug, Please log a bug report http://nagoya.apache.org/bugzilla/ Thanks, dims --- John Smith <[EMAIL PROTECTED]> wrote: > > I want to create a custom SOAP Fault filling the FaultCode,FaultString and > detail myself. > But it seems the Axis SOAPFault implementation forces me to use t

Bug? Create Custom SOAP Fault(SAAJ spec violation)

2003-06-10 Thread John Smith
I want to create a custom SOAP Fault filling the FaultCode,FaultString and detail myself. But it seems the Axis SOAPFault implementation forces me to use the AxisFault, to create SoapFault. which is not a clean way of doing the creation. See the code snippet public void testquick() throws Exc