Hi Eran, Eran Chinthaka wrote: > Michele Mazzucco wrote: >> Hi Eran, >> >> does AxisServlet run after the dispatchers? > > Its our http transport listener, in war case, and it runs before > 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? > > messageContext.getSoapAction()
the problem is that it's null (I create the message context before the transport phase, and running the handler before the security phase doesn't change the situation): DEBUG RouterDispatcher:clientRequest - Target action mapping [null] Any idea? > > -- Chinthaka > Michele --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
