--- Cut ---
How about plugging your code into an Axis2 handler instead of a Tuscany
handler? Is there is a way to get control after Axis2 has built the
SOAPFault and before the fault is sent on the wire?
Simon
Our security software has been integrated with Axis2 and other WS frameworks
such as JAX-WS and JAX-RPC. The problem here is that we are supposed to
integrate with Tuscany. Axis2 is just a ws binding provider and it's hidden
behind Tuscany:-). In an earlier quick effort, I have modified
tuscany-sca-all-1.6.jar to add Axis2 handlers in a hard-coded way. But
that's not a good solution and it's not flexiable.