On Tue, 2006-10-31 at 08:19 -0600, R J Scheuerle Jr wrote: > >But we can not filter SOAP header part by the handler solution, > because > >SOAP header part is already build in transport layer before handler > layer > >by invoking envelope.getBody(). For example, envelope.getBody() is > called > >on the bottom of HTTPTransportUtils.processHTTPPostRequest(), then > the envelope > >is passed to AxisEngine. All StAXEvents of the SOAP header are > already consumed > >by the handler gets envelope. > > >Regards, > >--------------------------- > >Takahide Nogayama > > Sanjeeva, > > Is is reasonable to introduce a handler phase that occurs just after > the SOAPEnvelope is created but before it is queried ?
The problem is that we currently have a model which requires someone outside of AxisEngine having to decide whether the message is a fault or not and to call the engine appropriately. Looks like we need to change that to make this work well. Sanjiva. -- Sanjiva Weerawarana, Ph.D. Founder & Director; Lanka Software Foundation; http://www.opensource.lk/ Founder, Chairman & CEO; WSO2, Inc.; http://www.wso2.com/ Director; Open Source Initiative; http://www.opensource.org/ Member; Apache Software Foundation; http://www.apache.org/ Visiting Lecturer; University of Moratuwa; http://www.cse.mrt.ac.lk/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
