On Wed, 2003-11-19 at 09:58, Pedro Salazar wrote: > On Wed, 2003-11-19 at 07:53, Jorge Lorenzo wrote: > > Hi Pedro, > > I know that everything is easier with AxisFault, but I have to construct > > some JAX-RPC handlers (instead of Axis handler) that need to work in every > > JAX-RPC SOAP engine. > > Axis is one of this, but there are some points where Axis doesn't fulfil the > > JAX-RPC standard. The SOAPFaultException is in the JAX-RPC standard but it > > doesn't work in Axis. > > Regards, > > Jorge > > > > I'm not aware about the reasons why the AxisFault do not extend the > javax.xml.rpc.soap.SOAPFaultException but I have sure there should exist > some. However, the Axis implementation should contemplate the > SOAPFaultException since it's the JAX-RPC standard as you said. > >
Let me reconsider my opinion because I thought the onFault() method was part of the JAX-RPC handler specification, but it isn't. Now I really understand what you have said and why is that Axis handler's *specific* implementation doesn't care the SOAPFaultException. Lucky for me I just want to work with Axis... for now! pedro -- -PS
