mc.getAxisService() gets the target service (.getEndpoint() returns the target service endpoint). mc.getAxisOperation() gets the axis operation
You have to put your handler after the system handlers, since these values are filled into the transport/dispatch phase. Michele 蘇 軼(CEC) wrote: > hi all, > > I want to use handler to log which service the client is accessing, > for example the service URL, name and method, but in the handler > invoke() method, there is only the MessageContext that can be used. > (I tried most the mc.getXXX() method but no one is helpful to get > information above.) > > I think I can force the client setting these informations to the header > of soap message, but Is there any better way to implement it? > > Any help or web resources would be greatly appreciated ! > > - sukie > > --------------------------------------------------------------------- > 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]
