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] > > > > > -- Thanks, Deepal ................................................................ ~Future is Open~ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
