On Thu, 2006-04-06 at 09:47 -0400, Igor Peshansky wrote: > Perhaps I've misunderstood the code, but it looks like once the > MessageContext > is invoke()d (i.e., the AxisService and AxisOperation are set), the code > doesn't look at the SOAPEnvelope anymore. So I could write my own > dispatcher > that would ignore the SOAPEnvelope completely and construct a > MessageContext > with appropriately set properties. Am I missing something here?
Nope, you are not. However, if you do that, then Axis2 is doing nothing for you: you can't run handlers, you can't run policy stuff, you can't do anything. Can you explain what you'll get from Axis2 if you do it your way? Sanjiva.
