How to get remote host address from axis2 handler's invoke function?
Ping Li
Greenhorn
Joined: Sep 06, 2005
Posts: 19
posted
0
Hi,
I am writing an authentication module which needs remote host address to do the job. the class which extends AbstractHandler, I tried to get remote host address in the function "invoke" by using MessageContext.getProperty(MessageContext.REMOTE_ADDR) function, but it returns null.