Hi Deepal, the problem was that I've got a handler running before the transport phase (it replaces RequestURIBasedDispatcher), so it me who creates the message context. I've solved my problem by parsing the SOAP header looking for the 'Action' element.
Thanks, Michele Deepal Jayasinghe wrote: > > Michele Mazzucco wrote: > >> Hi Eran, >> >> does AxisServlet run after the dispatchers? I need to get the soap >> action in a handler running before the dispatcher phase: is there any >> way to get it? If so, how can I accomplish my goal? >> >> > AxisServlet run before the dispatchers , in fact AxisServelt is the one > how call AxisEngine.receive(); > AxisServlet set the soapaction into message context , so at any point > you can get the soapaction , if that is there in HTTP headers > >> Thanks, >> Michele >> >> Michele >> >> Eran Chinthaka wrote: >> >> >>> Michele Mazzucco wrote: >>> >>> >>>> Hi all, >>>> >>>> how, >>>> >>>> >>> Read HTTP headers and SOAP Action header. >>> >>> >>> >>>> when >>>> >>>> >>> Whenever message comes to the engine. >>> >>> >>> >>>> (and where) >>>> >>>> >>> AxisServlet. >>> >>> -- Chinthaka >>> >>> >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
