On Fri, 2006-09-15 at 13:54 -0700, Bill Nagy wrote: > Is there a particular reason that the OutInAxisOperation invokes the > InFlow (via AxisEngine.receive()) for all response messages, even though > it could most likely use transport information (e.g. ask the transport > if an error was returned) to determine that a fault had occurred and > simply invoke the InFaultFlow (via AxisEngine.receiveFault())? As it > stands now, the InFlow will be executed followed by the InFaultFlow. If > the policy (i.e. set of QoS handlers) is different, executing the InFlow > could cause the message processing to fail when it would have succeeded > using the InFaultFlow.
Hmm. Good point but how do you tell that its a fault without looking at the SOAP message? How does the transport know that the payload is a SOAP Fault? Sanjiva. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]